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 @@ -233,8 +233,8 @@ following standardized instructions in your ``README.md`` file.
233233 Step 2: Enable the Bundle
234234 -------------------------
235235
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:
238238
239239 ```php
240240 <?php
@@ -279,8 +279,8 @@ following standardized instructions in your ``README.md`` file.
279279 Step 2: Enable the Bundle
280280 -------------------------
281281
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:
284284
285285 .. code-block:: php
286286
You can’t perform that action at this time.
0 commit comments