We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70a7f24 commit 500b8fcCopy full SHA for 500b8fc
routing/service_container_parameters.rst
@@ -169,13 +169,13 @@ container:
169
170
.. code-block:: yaml
171
172
- # app/config/config.yml
+ # config/services.yaml
173
parameters:
174
app.route_prefix: 'foo'
175
176
.. code-block:: xml
177
178
- <!-- app/config/config.xml -->
+ <!-- config/services.xml -->
179
<?xml version="1.0" charset="UTF-8" ?>
180
<container xmlns="http://symfony.com/schema/dic/services"
181
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -189,7 +189,7 @@ container:
189
190
.. code-block:: php
191
192
- // app/config/config.php
+ // config/services.php
193
$container->setParameter('app.route_prefix', 'foo');
194
195
.. note::
0 commit comments