From fa22d22c55572f764d17a9ef721efd62dcb558ec Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Sat, 7 Apr 2018 22:28:47 +0300 Subject: [PATCH] Fix a method reference value --- configuration/front_controllers_and_kernel.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/front_controllers_and_kernel.rst b/configuration/front_controllers_and_kernel.rst index dd34576dc15..7faf233b7de 100644 --- a/configuration/front_controllers_and_kernel.rst +++ b/configuration/front_controllers_and_kernel.rst @@ -83,7 +83,7 @@ you must implement them all: :method:`Symfony\\Component\\HttpKernel\\KernelInterface::registerBundles` It must return an array of all bundles needed to run the application. -:method:`Symfony\\Bundle\\FrameworkBundle\\Kernel\\MicroKernelTrait:configureRoutes` +:method:`Symfony\\Bundle\\FrameworkBundle\\Kernel\\MicroKernelTrait::configureRoutes` It adds individual routes or collections of routes to the application (for example loading the routes defined in some config file).