From 7c1551a43a4e5d43b3e2ee20fcb6f917ff4a4487 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Mon, 12 Aug 2019 08:48:09 +0200 Subject: [PATCH] Fix path --- reference/configuration/framework.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index 2889c275895..9116999e88f 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -1210,14 +1210,14 @@ Unlike the other session options, ``cache_limiter`` is set as a regular .. code-block:: yaml - # app/config/services.yml + # config/services.yaml parameters: session.storage.options: cache_limiter: 0 .. code-block:: xml - + setParameter('session.storage.options', [ 'cache_limiter' => 0, ]);