File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
FrameworkBundle/Resources/config
SecurityBundle/Resources/config Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 85
85
<service id =" Symfony\Component\Routing\RouterInterface" alias =" router" />
86
86
<service id =" Symfony\Component\Routing\Generator\UrlGeneratorInterface" alias =" router" />
87
87
<service id =" Symfony\Component\Routing\Matcher\UrlMatcherInterface" alias =" router" />
88
+ <service id =" Symfony\Component\Routing\RequestContextAwareInterface" alias =" router" />
88
89
89
90
<service id =" router.request_context" class =" Symfony\Component\Routing\RequestContext" >
90
91
<argument >%router.request_context.base_url%</argument >
Original file line number Diff line number Diff line change 52
52
<argument type =" service" id =" event_dispatcher" />
53
53
</call >
54
54
</service >
55
+ <service id =" Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface" alias =" security.authentication.manager" />
55
56
56
57
<service id =" security.authentication.trust_resolver" class =" Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver" >
57
58
<argument >%security.authentication.trust_resolver.anonymous_class%</argument >
You can’t perform that action at this time.
0 commit comments