Skip to content

Commit

Permalink
Removed FileSessionHandler from FrameworkExtension to stop compiling …
Browse files Browse the repository at this point in the history
…a file that does not exist.
  • Loading branch information
zachbadgett committed Jul 13, 2012
1 parent 5f6a17b commit 12d6ae7
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -302,7 +302,6 @@ private function registerSessionConfiguration(array $config, ContainerBuilder $c
$this->addClassesToCompile(array(
'Symfony\\Bundle\\FrameworkBundle\\EventListener\\SessionListener',
'Symfony\\Component\\HttpFoundation\\Session\\Storage\\NativeSessionStorage',
'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\FileSessionHandler',
'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\AbstractProxy',
'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy',
$container->getDefinition('session')->getClass(),
Expand Down

0 comments on commit 12d6ae7

Please sign in to comment.