Skip to content

Commit

Permalink
[2.7][SecurityBundle] Remove SecurityContext from Compile
Browse files Browse the repository at this point in the history
Remove the deprecated SecurityContext from the list of classes to compile into `classes.map` and `classes.php`.
  • Loading branch information
zanbaldwin committed Jun 2, 2015
1 parent 1dbf67e commit 1778e02
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ public function load(array $configs, ContainerBuilder $container)
// 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',
Expand Down

0 comments on commit 1778e02

Please sign in to comment.