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.
2 parents c2ebd32 + 52a40b3 commit 3314011Copy full SHA for 3314011
bundles/configuration.rst
@@ -330,7 +330,7 @@ As long as your bundle's configuration is located in the standard location
330
(``YourBundle\DependencyInjection\Configuration``) and does not have
331
a constructor it will work automatically. If you
332
have something different, your ``Extension`` class must override the
333
-:method:`Extension::getConfiguration() <Symfony\\Component\\HttpKernel\\DependencyInjection\\Extension::getConfiguration>`
+:method:`Extension::getConfiguration() <Symfony\\Component\\DependencyInjection\\Extension\\Extension::getConfiguration>`
334
method and return an instance of your ``Configuration``.
335
336
Supporting XML
0 commit comments