Skip to content

Commit

Permalink
[FrameworkBundle] Remove deprecated session listener from class compi…
Browse files Browse the repository at this point in the history
…lation
  • Loading branch information
ro0NL committed Apr 27, 2017
1 parent af4703f commit dc37579
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -721,7 +721,7 @@ private function registerSessionConfiguration(array $config, ContainerBuilder $c

if (PHP_VERSION_ID < 70000) {
$this->addClassesToCompile(array(
'Symfony\\Bundle\\FrameworkBundle\\EventListener\\SessionListener',
'Symfony\\Component\\HttpKernel\\EventListener\\SessionListener',
'Symfony\\Component\\HttpFoundation\\Session\\Storage\\NativeSessionStorage',
'Symfony\\Component\\HttpFoundation\\Session\\Storage\\PhpBridgeSessionStorage',
'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\NativeFileSessionHandler',
Expand Down

0 comments on commit dc37579

Please sign in to comment.