Skip to content

Commit 3cc88a5

Browse files
committed
Merge branch '4.3' into 4.4
* 4.3: Update multiple_guard_authenticators.rst
2 parents 8aa7e63 + 3e08094 commit 3cc88a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/multiple_guard_authenticators.rst

+1-1
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)