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.
2 parents 0e6b046 + 3cc88a5 commit 44cf846Copy full SHA for 44cf846
security/multiple_guard_authenticators.rst
@@ -68,7 +68,7 @@ This is how your security configuration can look in action:
68
'default' => [
69
'anonymous' => null,
70
'guard' => [
71
- 'entry_point' => '',
+ 'entry_point' => LoginFormAuthenticator::class,
72
'authenticators' => [
73
LoginFormAuthenticator::class,
74
FacebookConnectAuthenticator::class,
0 commit comments