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 @@ -230,8 +230,8 @@ following standardized instructions in your ``README.md`` file.
230
230
Step 2: Enable the Bundle
231
231
-------------------------
232
232
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:
235
235
236
236
```php
237
237
<?php
@@ -276,8 +276,8 @@ following standardized instructions in your ``README.md`` file.
276
276
Step 2: Enable the Bundle
277
277
-------------------------
278
278
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:
281
281
282
282
.. code-block:: php
283
283
You can’t perform that action at this time.
0 commit comments