We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b61e3b commit 5b29f5bCopy full SHA for 5b29f5b
controller.rst
@@ -58,8 +58,8 @@ This controller is pretty straightforward:
58
the ``use`` keyword imports the ``Response`` class, which the controller
59
must return.
60
61
-* *line 7*: The class can technically be called anything,
62
- it is common to use `Controller` at the end.
+* *line 7*: The class can technically be called anything, but it's suffixed
+ with ``Controller`` by convention.
63
64
* *line 12*: The action method is allowed to have a ``$max`` argument thanks to the
65
``{max}`` :doc:`wildcard in the route </routing>`.
0 commit comments