File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -925,14 +925,14 @@ Whether to enable the session support in the framework.
925
925
926
926
.. code-block :: yaml
927
927
928
- # app/ config/config.yml
928
+ # config/packages/framework.yaml
929
929
framework :
930
930
session :
931
931
enabled : true
932
932
933
933
.. code-block :: xml
934
934
935
- <!-- app/ config/config .xml -->
935
+ <!-- config/packages/framework .xml -->
936
936
<?xml version =" 1.0" encoding =" UTF-8" ?>
937
937
<container xmlns =" http://symfony.com/schema/dic/services"
938
938
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
@@ -948,7 +948,7 @@ Whether to enable the session support in the framework.
948
948
949
949
.. code-block :: php
950
950
951
- // app/ config/config .php
951
+ // config/packages/framework .php
952
952
$container->loadFromExtension('framework', array(
953
953
'session' => array(
954
954
'enabled' => true,
You can’t perform that action at this time.
0 commit comments