File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ starting a project, but you'll probably want to eventually remove it.
18
18
19
19
To disconnect the bundle from the framework, you should remove the bundle from
20
20
the ``AppKernel::registerBundles() `` method. The bundle is normally found in
21
- the ``$bundles `` array but the AcmeDemoBundle is only registered in a
22
- development environment and you can find him in the if statement after ::
21
+ the ``$bundles `` array but the AcmeDemoBundle is only registered in the
22
+ development environment and you can find it inside the if statement below ::
23
23
24
24
// app/AppKernel.php
25
25
@@ -96,8 +96,8 @@ rely on the bundle you are about to remove.
96
96
.. tip ::
97
97
98
98
If one bundle relies on another, in most it means that it uses some services
99
- from the bundle. Searching for a `` acme_demo `` string may help you spot
100
- them.
99
+ from the bundle. Searching for the bundle alias string may help you spot
100
+ them (e.g. `` acme_demo `` for bundles depending on AcmeDemoBundle) .
101
101
102
102
.. tip ::
103
103
You can’t perform that action at this time.
0 commit comments