Skip to content

Commit

Permalink
Minor tweak to remove FOSUserBundle example and replace with a link t…
Browse files Browse the repository at this point in the history
…o the doc about this
  • Loading branch information
weaverryan committed Jun 27, 2015
1 parent e687f5d commit c24862b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions best_practices/creating-the-project.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,7 @@ Symfony documentation uses the AppBundle name.
.. note::

Another reason to create a new bundle is when you're overriding something
in a vendor's bundle. For instance, if you have to override an action of
the FOSUserBundle, then you should create a UserBundle that would be used
only for this purpose.
in a vendor's bundle (e.g. a controller). See :doc:`/cookbook/bundles/inheritance`.

All in all, this is the typical directory structure of a Symfony application
that follows these best practices:
Expand Down

0 comments on commit c24862b

Please sign in to comment.