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 @@ -1852,8 +1852,8 @@ the example below:
1852
1852
https://symfony.com/schema/dic/services/services-1.0.xsd" >
1853
1853
1854
1854
<framework : config >
1855
- <framework : session storage-id =" session.storage.php_bridge"
1856
- handler-id =" session.storage .native_file"
1855
+ <framework : session storage-id =" session.storage.factory. php_bridge"
1856
+ handler-id =" session.handler .native_file"
1857
1857
/>
1858
1858
</framework : config >
1859
1859
</container >
@@ -1866,7 +1866,7 @@ the example below:
1866
1866
return static function (FrameworkConfig $framework): void {
1867
1867
$framework->session()
1868
1868
->storageFactoryId('session.storage.factory.php_bridge')
1869
- ->handlerId('session.storage .native_file')
1869
+ ->handlerId('session.handler .native_file')
1870
1870
;
1871
1871
};
1872
1872
You can’t perform that action at this time.
0 commit comments