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

Commit a3add94

Browse files
committed
Merge pull request #572 from DoneBySimon/patch-6
Services instead of Config
2 parents fca06a6 + 4de0fa8 commit a3add94

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tutorial/make-homepage.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ follows:
142142

143143
.. code-block:: yaml
144144
145-
# src/Acme/BasicCmsBundle/Resources/config/config.yml
145+
# src/Acme/BasicCmsBundle/Resources/config/services.yml
146146
services:
147147
# ...
148148
acme_basiccms.phpcr.initializer.site:
@@ -152,7 +152,7 @@ follows:
152152
153153
.. code-block:: xml
154154
155-
<!-- src/Acme/BasicCmsBUndle/Resources/config/config.php
155+
<!-- src/Acme/BasicCmsBUndle/Resources/config/services.xml
156156
<?xml version="1.0" encoding="UTF-8" ?>
157157
<container xmlns="http://symfony.com/schema/dic/services"
158158
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -173,7 +173,7 @@ follows:
173173
174174
.. code-block:: php
175175
176-
// src/Acme/BasicCmsBundle/Resources/config/config.php
176+
// src/Acme/BasicCmsBundle/Resources/config/services.php
177177
178178
// ...
179179
$container

0 commit comments

Comments
 (0)