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 @@ -230,8 +230,8 @@ following standardized instructions in your ``README.md`` file.
230230 Step 2: Enable the Bundle
231231 -------------------------
232232
233- Then, enable the bundle by adding the following line in the `app/AppKernel.php`
234- file of your project:
233+ Then, enable the bundle by adding it to the list of registered bundles
234+ in the `app/AppKernel.php` file of your project:
235235
236236 ```php
237237 <?php
@@ -276,8 +276,8 @@ following standardized instructions in your ``README.md`` file.
276276 Step 2: Enable the Bundle
277277 -------------------------
278278
279- Then, enable the bundle by adding the following line in the ``app/AppKernel.php``
280- file of your project:
279+ Then, enable the bundle by adding it to the list of registered bundles
280+ in the ``app/AppKernel.php`` file of your project:
281281
282282 .. code-block:: php
283283
You can’t perform that action at this time.
0 commit comments