8000 Use existing variable · symfony/symfony@83ff05b · GitHub
[go: up one dir, main page]

Skip to content

Commit 83ff05b

Browse files
MatTheCatsfmok
andauthored
Use existing variable
Co-authored-by: Mokhtar Tlili <tlili.mokhtar@gmail.com>
1 parent 9712441 commit 83ff05b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Security/Http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function authenticate(RequestEvent $event): void
6060
return;
6161
}
6262

63-
foreach ($request->attributes->get('_security_authenticators') as $key => $authenticator) {
63+
foreach ($authenticators as $key => $authenticator) {
6464
$authenticators[$key] = new TraceableAuthenticator($authenticator);
6565
}
6666

0 commit comments

Comments
 (0)
0