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 @@ -233,8 +233,8 @@ following standardized instructions in your ``README.md`` file.
233
233
Step 2: Enable the Bundle
234
234
-------------------------
235
235
236
- Then, enable the bundle by adding the following line in the `app/AppKernel.php`
237
- file of your project:
236
+ Then, enable the bundle by adding it to the list of registered bundles
237
+ in the `app/AppKernel.php` file of your project:
238
238
239
239
```php
240
240
<?php
@@ -279,8 +279,8 @@ following standardized instructions in your ``README.md`` file.
279
279
Step 2: Enable the Bundle
280
280
-------------------------
281
281
282
- Then, enable the bundle by adding the following line in the ``app/AppKernel.php``
283
- file of your project:
282
+ Then, enable the bundle by adding it to the list of registered bundles
283
+ in the ``app/AppKernel.php`` file of your project:
284
284
285
285
.. code-block:: php
286
286
You can’t perform that action at this time.
0 commit comments