Skip to content

Commit 28902f1

Browse files
committed
[2.7][SecurityBundle] Remove SecurityContext from Compile
Remove the deprecated SecurityContext from the list of classes to compile into `classes.map` and `classes.php`.
1 parent 456b3d7 commit 28902f1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

DependencyInjection/SecurityExtension.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ public function load(array $configs, ContainerBuilder $container)
100100
// add some required classes for compilation
101101
$this->addClassesToCompile(array(
102102
'Symfony\\Component\\Security\\Http\\Firewall',
103-
'Symfony\\Component\\Security\\Core\\SecurityContext',
104103
'Symfony\\Component\\Security\\Core\\User\\UserProviderInterface',
105104
'Symfony\\Component\\Security\\Core\\Authentication\\AuthenticationProviderManager',
106105
'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorage',

0 commit comments

Comments
 (0)