fixed compiled class map

This commit is contained in:
Johannes M. Schmitt 2011-05-29 09:35:58 +02:00
parent 88becfe3f8
commit 32d8d4547e

View File

@ -129,7 +129,7 @@ class FrameworkExtension extends Extension
'Symfony\\Component\\HttpKernel\\Event\\GetResponseForExceptionEvent',
'Symfony\\Component\\HttpKernel\\Events',
'Symfony\\Bundle\\FrameworkBundle\\RequestListener',
'Symfony\\Bundle\\FrameworkBundle\\Listener\\RequestAttributeInitializingListener',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerNameParser',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller',
@ -296,6 +296,7 @@ class FrameworkExtension extends Extension
$container->setParameter('session.storage.options', $options);
$this->addClassesToCompile(array(
'Symfony\\Bundle\\FrameworkBundle\\Listener\\SessionInitializingListener',
'Symfony\\Component\\HttpFoundation\\SessionStorage\\SessionStorageInterface',
$container->getDefinition('session')->getClass(),
));