[2.7][SecurityBundle] Remove SecurityContext from Compile

Remove the deprecated SecurityContext from the list of classes to compile into `classes.map` and `classes.php`.
This commit is contained in:
Zander Baldwin 2015-06-02 16:01:16 +01:00
parent 1dbf67ed66
commit 1778e02151
1 changed files with 0 additions and 1 deletions

View File

@ -100,7 +100,6 @@ class SecurityExtension extends Extension
// add some required classes for compilation
$this->addClassesToCompile(array(
'Symfony\\Component\\Security\\Http\\Firewall',
'Symfony\\Component\\Security\\Core\\SecurityContext',
'Symfony\\Component\\Security\\Core\\User\\UserProviderInterface',
'Symfony\\Component\\Security\\Core\\Authentication\\AuthenticationProviderManager',
'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorage',