Skip to content

Commit 369d792

Browse files
committed
Merge branch '4.3' into 4.4
* 4.3: Fix path
2 parents fa6b37a + 4cb6993 commit 369d792

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
@@ -1225,14 +1225,14 @@ Unlike the other session options, ``cache_limiter`` is set as a regular
12251225

12261226
.. code-block:: yaml
12271227
1228-
# app/config/services.yml
1228+
# config/services.yaml
12291229
parameters:
12301230
session.storage.options:
12311231
cache_limiter: 0
12321232
12331233
.. code-block:: xml
12341234
1235-
<!-- app/config/services.xml -->
1235+
<!-- config/services.xml -->
12361236
<?xml version="1.0" encoding="UTF-8" ?>
12371237
<container xmlns="http://symfony.com/schema/dic/services"
12381238
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -1248,7 +1248,7 @@ Unlike the other session options, ``cache_limiter`` is set as a regular
12481248
12491249
.. code-block:: php
12501250
1251-
// app/config/services.php
1251+
// config/services.php
12521252
$container->setParameter('session.storage.options', [
12531253
'cache_limiter' => 0,
12541254
]);

0 commit comments

Comments
 (0)