File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 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.
925925
926926 .. code-block :: yaml
927927
928- # app/ config/config.yml
928+ # config/packages/framework.yaml
929929 framework :
930930 session :
931931 enabled : true
932932
933933 .. code-block :: xml
934934
935- <!-- app/ config/config .xml -->
935+ <!-- config/packages/framework .xml -->
936936 <?xml version =" 1.0" encoding =" UTF-8" ?>
937937 <container xmlns =" http://symfony.com/schema/dic/services"
938938 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
@@ -948,7 +948,7 @@ Whether to enable the session support in the framework.
948948
949949 .. code-block :: php
950950
951- // app/ config/config .php
951+ // config/packages/framework .php
952952 $container->loadFromExtension('framework', array(
953953 'session' => array(
954954 'enabled' => true,
You can’t perform that action at this time.
0 commit comments