Skip to content

Commit dc37579

Browse files
committed
[FrameworkBundle] Remove deprecated session listener from class compilation
1 parent af4703f commit dc37579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ private function registerSessionConfiguration(array $config, ContainerBuilder $c
721721

722722
if (PHP_VERSION_ID < 70000) {
723723
$this->addClassesToCompile(array(
724-
'Symfony\\Bundle\\FrameworkBundle\\EventListener\\SessionListener',
724+
'Symfony\\Component\\HttpKernel\\EventListener\\SessionListener',
725725
'Symfony\\Component\\HttpFoundation\\Session\\Storage\\NativeSessionStorage',
726726
'Symfony\\Component\\HttpFoundation\\Session\\Storage\\PhpBridgeSessionStorage',
727727
'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\NativeFileSessionHandler',

0 commit comments

Comments
 (0)