We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46a848c commit 844c402Copy full SHA for 844c402
src/Symfony/Bundle/SecurityBundle/Resources/config/guard.xml
@@ -13,6 +13,8 @@
13
<argument type="service" id="security.token_storage" />
14
<argument type="service" id="event_dispatcher" on-invalid="null" />
15
</service>
16
+
17
+ <service id="Symfony\Component\Security\Guard\GuardAuthenticatorHandler" alias="security.authentication.guard_handler" />
18
19
<!-- See GuardAuthenticationFactory -->
20
<service id="security.authentication.provider.guard"
0 commit comments