8000 [FrameworkBundle] Sync with latest changes in session handlers · beryllium/symfony@2e299aa · GitHub
[go: up one dir, main page]

Skip to content

Commit 2e299aa

Browse files
committed
[FrameworkBundle] Sync with latest changes in session handlers
1 parent f5355f6 commit 2e299aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -320,9 +320,9 @@ private function registerSessionConfiguration(array $config, ContainerBuilder $c
320320
'Symfony\\Bundle\\FrameworkBundle\\EventListener\\SessionListener',
321321
'Symfony\\Component\\HttpFoundation\\Session\\Storage\\SessionStorageInterface',
322322
'Symfony\\Component\\HttpFoundation\\Session\\Storage\\NativeSessionStorage',
323-
'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\NativeSessionHandler< 6864 /span>',
324-
'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\AbstractProxy',
325-
'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\SessionHandlerProxy',
323+
'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\FileSessionHandler',
324+
'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\AbstractProxy',
325+
'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy',
326326
$container->getDefinition('session')->getClass(),
327327
));
328328

0 commit comments

Comments
 (0)
0