File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@ As a best practice, controllers in a bundle that's meant to be distributed
184184
to others must not extend the
185185
:class:`Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller` base class.
186186
They can implement
187-
:class:`Symfony\\Foundation\\DependencyInjection\\ContainerAwareInterface` or
188-
extend :class:`Symfony\\Foundation\\DependencyInjection\\ContainerAware`
187+
:class:`Symfony\\Component\\DependencyInjection\\ContainerAwareInterface` or
188+
extend :class:`Symfony\\Component\\DependencyInjection\\ContainerAware`
189189
instead.
190190

191191
.. note::

0 commit comments

Comments
 (0)