Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit fca06a6

Browse files
committed
Merge pull request #571 from DoneBySimon/patch-5
services instead of config
2 parents 3e61994 + fbc46d5 commit fca06a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorial/the-frontend.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ configuration:
158158

159159
.. code-block:: yaml
160160
161-
# src/Acme/BasicCmsBundle/Resources/config/config.yml
161+
# src/Acme/BasicCmsBundle/Resources/config/services.yml
162162
services:
163163
acme.basic_cms.menu_provider:
164164
class: Symfony\Cmf\Bundle\MenuBundle\Provider\PhpcrMenuProvider
@@ -204,7 +204,7 @@ configuration:
204204
205205
.. code-block:: php
206206
207-
// src/Acme/BasicCmsBundle/Resources/config/config.php
207+
// src/Acme/BasicCmsBundle/Resources/config/services.php
208208
use Symfony\Component\DependencyInjection\Reference;
209209
// ...
210210

0 commit comments

Comments
 (0)