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 a09fb55 + a254ac0 commit 949fdefCopy full SHA for 949fdef
book/bundles.rst
@@ -184,8 +184,8 @@ As a best practice, controllers in a bundle that's meant to be distributed
184
to others must not extend the
185
:class:`Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller` base class.
186
They can implement
187
-:class:`Symfony\\Foundation\\DependencyInjection\\ContainerAwareInterface` or
188
-extend :class:`Symfony\\Foundation\\DependencyInjection\\ContainerAware`
+:class:`Symfony\\Component\\DependencyInjection\\ContainerAwareInterface` or
+extend :class:`Symfony\\Component\\DependencyInjection\\ContainerAware`
189
instead.
190
191
.. note::
0 commit comments