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 @@ -1843,8 +1843,8 @@ the example below:
1843
1843
https://symfony.com/schema/dic/services/services-1.0.xsd" >
1844
1844
1845
1845
<framework : config >
1846
- <framework : session storage-id =" session.storage.php_bridge"
1847
- handler-id =" session.storage .native_file"
1846
+ <framework : session storage-id =" session.storage.factory. php_bridge"
1847
+ handler-id =" session.handler .native_file"
1848
1848
/>
1849
1849
</framework : config >
1850
1850
</container >
@@ -1857,7 +1857,7 @@ the example below:
1857
1857
return static function (FrameworkConfig $framework): void {
1858
1858
$framework->session()
1859
1859
->storageFactoryId('session.storage.factory.php_bridge')
1860
- ->handlerId('session.storage .native_file')
1860
+ ->handlerId('session.handler .native_file')
1861
1861
;
1862
1862
};
1863
1863
You can’t perform that action at this time.
0 commit comments