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.
2 parents e968043 + b6933e2 commit 5b6e28cCopy full SHA for 5b6e28c
routing.rst
@@ -136,8 +136,8 @@ 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:
140
- // ->controller([BlogController::class])
+ // controller class, you can skip the 'method_name' part:
+ // ->controller(BlogController::class)
141
;
142
};
143
0 commit comments