File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -73,12 +73,6 @@ should remove the bundle from the filesystem. The bundle is located in the
73
73
``src/Acme/DemoBundle `` directory. You should remove this directory and you
74
74
can remove the ``Acme `` directory as well.
75
75
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
-
82
76
.. tip ::
83
77
84
78
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
87
81
88
82
echo $this->container->get('kernel')->getBundle('AcmeDemoBundle')->getPath();
89
83
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
+
90
89
4. Remove Integration in other Bundles
91
90
--------------------------------------
92
91
You can’t perform that action at this time.
0 commit comments