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 1d30a61 commit 0ea9741Copy full SHA for 0ea9741
routing.rst
@@ -136,7 +136,7 @@ the ``BlogController``:
136
->controller([BlogController::class, 'list'])
137
138
// if the action is implemented as the __invoke() method of the
139
- // controller class, you can skip the ', method_name]' part:
+ // controller class, you can skip the 'method_name' part:
140
// ->controller(BlogController::class)
141
;
142
};
0 commit comments