We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5990be commit 6fa2894Copy full SHA for 6fa2894
bundles/configuration.rst
@@ -334,7 +334,7 @@ As long as your bundle's configuration is located in the standard location
334
(``YourBundle\DependencyInjection\Configuration``) and does not have
335
a constructor it will work automatically. If you
336
have something different, your ``Extension`` class must override the
337
-:method:`Extension::getConfiguration() <Symfony\\Component\\HttpKernel\\DependencyInjection\\Extension::getConfiguration>`
+:method:`Extension::getConfiguration() <Symfony\\Component\\DependencyInjection\\Extension\\Extension::getConfiguration>`
338
method and return an instance of your ``Configuration``.
339
340
Supporting XML
0 commit comments