From 1778e02151bc8cef3c2a23aa47031fc0ef0ba4b0 Mon Sep 17 00:00:00 2001 From: Zander Baldwin Date: Tue, 2 Jun 2015 16:01:16 +0100 Subject: [PATCH] [2.7][SecurityBundle] Remove SecurityContext from Compile Remove the deprecated SecurityContext from the list of classes to compile into `classes.map` and `classes.php`. --- .../SecurityBundle/DependencyInjection/SecurityExtension.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php b/src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php index 106083643b..ce5d3f3e11 100644 --- a/src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php +++ b/src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php @@ -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',