Skip to content

Commit d238397

Browse files
author
Iltar van der Berg
committed
[SecurityBundle] Added AuthorizationChecker and TokenStorage to class cache
1 parent f1c34f9 commit d238397

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,9 @@ public function load(array $configs, ContainerBuilder $container)
103103
'Symfony\\Component\\Security\\Core\\SecurityContext',
104104
'Symfony\\Component\\Security\\Core\\User\\UserProviderInterface',
105105
'Symfony\\Component\\Security\\Core\\Authentication\\AuthenticationProviderManager',
106+
'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorage',
106107
'Symfony\\Component\\Security\\Core\\Authorization\\AccessDecisionManager',
108+
'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationChecker',
107109
'Symfony\\Component\\Security\\Core\\Authorization\\Voter\\VoterInterface',
108110
'Symfony\\Bundle\\SecurityBundle\\Security\\FirewallMap',
109111
'Symfony\\Bundle\\SecurityBundle\\Security\\FirewallContext',

0 commit comments

Comments
 (0)