Skip to content

Commit 90c2b62

Browse files
committed
Updated a file location
1 parent 9600f1a commit 90c2b62

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reference/configuration/framework.rst

+3-3
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)