Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitb50dd72

Browse files
committed
Merge branch '2.4' into 2.5
* 2.4: Applied comments Update remove.rst Update remove.rst Update remove.rst Removed unnecessary comma
2 parents90c2cc1 +a16b71b commitb50dd72

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

‎cookbook/bundles/remove.rst‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,12 @@ can remove the ``Acme`` directory as well.
8181

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

84+
3.1 Remove Bundle Assets
85+
~~~~~~~~~~~~~~~~~~~~~~~~
86+
87+
Remove the assets of the bundle in the web/ directory (e.g.
88+
``web/bundles/acmedemo`` for the AcmeDemoBundle).
89+
8490
4. Remove Integration in other Bundles
8591
--------------------------------------
8692

‎cookbook/security/entity_provider.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ fetch the user from the database before checking the password validity.
367367
..note::
368368

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp