File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/Symfony/Bundle/SecurityBundle/Resources/config Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 21
21
</service >
22
22
<service id =" Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface" alias =" security.authorization_checker" />
23
23
24
- <service id =" security.token_storage" class =" Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage" public =" true" />
24
+ <service id =" security.token_storage" class =" Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage" public =" true" >
25
+ <tag name =" kernel.reset" method =" setToken" />
26
+ </service >
25
27
<service id =" Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface" alias =" security.token_storage" />
26
28
27
29
<service id =" security.user_value_resolver" class =" Symfony\Bundle\SecurityBundle\SecurityUserValueResolver" >
You can’t perform that action at this time.
0 commit comments