Skip to content

Commit 44cf846

Browse files
committed
Merge branch '4.4' into 5.0
* 4.4: Update multiple_guard_authenticators.rst
2 parents 0e6b046 + 3cc88a5 commit 44cf846

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)