8000 Removed Action suffix. · symfony/symfony@d9f62dd · GitHub
[go: up one dir, main page]

Skip to content

Commit d9f62dd

Browse files
committed
Removed Action suffix.
1 parent a5efe80 commit d9f62dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Kernel/MicroKernelTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ trait MicroKernelTrait
2828
* Add or import routes into your application.
2929
*
3030
* $routes->import('config/routing.yml');
31-
* $routes->add('/admin', 'App\Controller\AdminController::dashboardAction', 'admin_dashboard');
31+
* $routes->add('/admin', 'App\Controller\AdminController::dashboard', 'admin_dashboard');
3232
*
3333
* @param RouteCollectionBuilder $routes
3434
*/

0 commit comments

Comments
 (0)
0