Skip to content

Commit 6ceb55d

Browse files
authored
Revert part of #35 (#41)
1 parent 24e204a commit 6ceb55d

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/config/parameters.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,3 @@
1717
'router' => ['utf8' => true],
1818
]);
1919
}
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-
$container->loadFromExtension('framework', [
28-
'session' => ['storage_id' => 'session.storage.mock_file'],
29-
]);
30-
}

0 commit comments

Comments
 (0)