8000 Patch based 2.7 by franciscocorrales · Pull Request #6985 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Patch based 2.7 #6985

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update inheritance.rst
The old sentence was confusing. This one works better.
  • Loading branch information
Francisco Corrales Morales authored Sep 20, 2016
commit d1d761c7fef69b9075db63687f7e039fe0344f49
4 changes: 2 additions & 2 deletions bundles/inheritance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ The same goes for routing files and some other resources.

The overriding of resources only works when you refer to resources with
the ``@FOSUserBundle/Resources/config/routing/security.xml`` method.
If you refer to resources without using the ``@BundleName`` shortcut, they
can't be overridden in this way.
You need to use the ``@BundleName`` shortcut when refering to resources
so they can be successfully overridden.

.. caution::

Expand Down
0