Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0ea9741

Browse files
committed
Tweak
1 parent 1d30a61 commit 0ea9741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ the ``BlogController``:
136136
->controller([BlogController::class, 'list'])
137137
138138
// if the action is implemented as the __invoke() method of the
139-
// controller class, you can skip the ', method_name]' part:
139+
// controller class, you can skip the 'method_name' part:
140140
// ->controller(BlogController::class)
141141
;
142142
};

0 commit comments

Comments
 (0)