We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8aa7e63 + 3e08094 commit 3cc88a5Copy full SHA for 3cc88a5
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