We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05808a3 commit fa22d22Copy full SHA for fa22d22
configuration/front_controllers_and_kernel.rst
@@ -83,7 +83,7 @@ you must implement them all:
83
:method:`Symfony\\Component\\HttpKernel\\KernelInterface::registerBundles`
84
It must return an array of all bundles needed to run the application.
85
86
-:method:`Symfony\\Bundle\\FrameworkBundle\\Kernel\\MicroKernelTrait:configureRoutes`
+:method:`Symfony\\Bundle\\FrameworkBundle\\Kernel\\MicroKernelTrait::configureRoutes`
87
It adds individual routes or collections of routes to the application (for
88
example loading the routes defined in some config file).
89
0 commit comments