Skip to content

Commit 6c026ab

Browse files
committed
Merge branch '4.4'
* 4.4: Fix path
2 parents 4f00a8f + 369d792 commit 6c026ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reference/configuration/framework.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1200,14 +1200,14 @@ Unlike the other session options, ``cache_limiter`` is set as a regular
12001200

12011201
.. code-block:: yaml
12021202
1203-
# app/config/services.yml
1203+
# config/services.yaml
12041204
parameters:
12051205
session.storage.options:
12061206
cache_limiter: 0
12071207
12081208
.. code-block:: xml
12091209
1210-
<!-- app/config/services.xml -->
1210+
<!-- config/services.xml -->
12111211
<?xml version="1.0" encoding="UTF-8" ?>
12121212
<container xmlns="http://symfony.com/schema/dic/services"
12131213
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -1223,7 +1223,7 @@ Unlike the other session options, ``cache_limiter`` is set as a regular
12231223
12241224
.. code-block:: php
12251225
1226-
// app/config/services.php
1226+
// config/services.php
12271227
$container->setParameter('session.storage.options', [
12281228
'cache_limiter' => 0,
12291229
]);

0 commit comments

Comments
 (0)