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 50911a3 commit 2b61e3bCopy full SHA for 2b61e3b
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 - but should end in the
62
- word ``Controller``
+* *line 7*: The class can technically be called anything,
+ it is common to use `Controller` at the end.
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