Skip to content

Commit

Permalink
Clearly refer to the controllers key in the configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Anna Filina <[email protected]>

Co-authored-by: Aleksei Khudiakov <[email protected]>
  • Loading branch information
afilina and Xerkus authored Jan 28, 2022
1 parent 529506c commit c99f61f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ return [
```

When the URI path of the request matches `/hello/world`, the specified controller and action will be used.
The controller name must be present in the `controllers` list.
The controller name must be present under the `controllers` key in the configuration.
The associated class will then be instantiated and invoked.

Learn more about routing [in the laminas-router documentation](https://docs.laminas.dev/laminas-router/routing).
Expand Down

0 comments on commit c99f61f

Please sign in to comment.