I couldn't get a parameter in an action when using the definitive guide to Yii 3.0

What I did:

  1. Created a project
  2. Created a new “Hello” page in the application

When I open http://localhost/say/Goodbye in a browser, the page displays “The message is: Hello!”, but “The message is: Goodbye” is expected.