Skip to content

Commit 948c841

Browse files
vudaltsovnicolas-grekas
authored andcommitted
[FrameworkBundle] Fixed phpdoc in MicroKernelTrait::configureRoutes()
1 parent d40fed9 commit 948c841

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', 'AppBundle:Admin:dashboard', 'admin_dashboard');
31+
* $routes->add('/admin', 'App\Controller\AdminController::dashboard', 'admin_dashboard');
3232
*
3333
* @param RouteCollectionBuilder $routes
3434
*/

0 commit comments

Comments
 (0)