Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 949fdef

Browse filesBrowse files
committed
Merge pull request symfony#272 from jdhoek/patch-2
Dead links: fix API reference links.
2 parents a09fb55 + a254ac0 commit 949fdef
Copy full SHA for 949fdef

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎book/bundles.rst

Copy file name to clipboardExpand all lines: book/bundles.rst
+2-2Lines changed: 2 additions & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.