Skip to content

Commit 3e08094

Browse files
committed
minor #12864 Update multiple_guard_authenticators.rst (atailouloute)
This PR was merged into the 4.3 branch. Discussion ---------- Update multiple_guard_authenticators.rst Add missing entry_point authenticator in PHP example Commits ------- ff6ce21 Update multiple_guard_authenticators.rst
2 parents 6be6e00 + ff6ce21 commit 3e08094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/multiple_guard_authenticators.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ This is how your security configuration can look in action:
6868
'default' => [
6969
'anonymous' => null,
7070
'guard' => [
71-
'entry_point' => '',
71+
'entry_point' => LoginFormAuthenticator::class,
7272
'authenticators' => [
7373
LoginFormAuthenticator::class,
7474
FacebookConnectAuthenticator::class,

0 commit comments

Comments
 (0)