Skip to content

Commit

Permalink
Merge branch '2.3' into 2.4
Browse files Browse the repository at this point in the history
* 2.3:
  Applied comments
  Update remove.rst
  Update remove.rst
  Update remove.rst
  Removed unnecessary comma
  • Loading branch information
weaverryan committed Sep 19, 2014
2 parents 4485637 + 17addb1 commit a16b71b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions cookbook/bundles/remove.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@ can remove the ``Acme`` directory as well.

echo $this->container->get('kernel')->getBundle('AcmeDemoBundle')->getPath();

3.1 Remove Bundle Assets
~~~~~~~~~~~~~~~~~~~~~~~~

Remove the assets of the bundle in the web/ directory (e.g.
``web/bundles/acmedemo`` for the AcmeDemoBundle).

4. Remove Integration in other Bundles
--------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion cookbook/security/entity_provider.rst
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ fetch the user from the database before checking the password validity.
.. note::

By default, the entity provider uses the default entity manager to fetch
user information from the database. If you,
user information from the database. If you
:doc:`use multiple entity managers </cookbook/doctrine/multiple_entity_managers>`,
you can specify which manager to use with the ``manager_name`` option:

Expand Down

0 comments on commit a16b71b

Please sign in to comment.