We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24e204a commit 6ceb55dCopy full SHA for 6ceb55d
src/config/parameters.php
@@ -17,14 +17,3 @@
17
'router' => ['utf8' => true],
18
]);
19
}
20
-
21
-// Not setting the "framework.session.storage_factory_id" configuration option is deprecated in symfony 5.3
22
-if (\Symfony\Component\HttpKernel\Kernel::VERSION_ID >= 50300) {
23
- $container->loadFromExtension('framework', [
24
- 'session' => ['storage_factory_id' => 'session.storage.factory.mock_file'],
25
- ]);
26
-} else {
27
28
- 'session' => ['storage_id' => 'session.storage.mock_file'],
29
30
-}
0 commit comments