Skip to content

Commit d6d4bcc

Browse files
Ha99ydaFish
authored and
daFish
committed
Update remove.rst
1 parent 37f5010 commit d6d4bcc

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

cookbook/bundles/remove.rst

+5-6
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,6 @@ should remove the bundle from the filesystem. The bundle is located in the
7373
``src/Acme/DemoBundle`` directory. You should remove this directory and you
7474
can remove the ``Acme`` directory as well.
7575

76-
3.1 Remove bundle resources
77-
~~~~~~~~~~~~~~~~~~~~~~~~~~~
78-
79-
Remove the Acme resource directory from the applications web folder. It can be found in ``web/bundles/acmedemo``.
80-
81-
8276
.. tip::
8377

8478
If you don't know the location of a bundle, you can use the
@@ -87,6 +81,11 @@ Remove the Acme resource directory from the applications web folder. It can be f
8781

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

84+
3.1 Remove bundle resources
85+
~~~~~~~~~~~~~~~~~~~~~~~~~~~
86+
87+
Remove the Acme resource directory from the application's web folder. It can be found in ``web/bundles/acmedemo``.
88+
9089
4. Remove Integration in other Bundles
9190
--------------------------------------
9291

0 commit comments

Comments
 (0)