File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 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.
1818
1919To disconnect the bundle from the framework, you should remove the bundle from
2020the ``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 ::
2323
2424 // app/AppKernel.php
2525
@@ -96,8 +96,8 @@ rely on the bundle you are about to remove.
9696.. tip ::
9797
9898 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) .
101101
102102.. tip ::
103103
You can’t perform that action at this time.
0 commit comments