Skip to content

Commit 500b8fc

Browse files
committed
change filepath for 4.2. refs #11587
1 parent 70a7f24 commit 500b8fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

routing/service_container_parameters.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,13 +169,13 @@ container:
169169

170170
.. code-block:: yaml
171171
172-
# app/config/config.yml
172+
# config/services.yaml
173173
parameters:
174174
app.route_prefix: 'foo'
175175
176176
.. code-block:: xml
177177
178-
<!-- app/config/config.xml -->
178+
<!-- config/services.xml -->
179179
<?xml version="1.0" charset="UTF-8" ?>
180180
<container xmlns="http://symfony.com/schema/dic/services"
181181
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -189,7 +189,7 @@ container:
189189
190190
.. code-block:: php
191191
192-
// app/config/config.php
192+
// config/services.php
193193
$container->setParameter('app.route_prefix', 'foo');
194194
195195
.. note::

0 commit comments

Comments
 (0)