Skip to content

Commit

Permalink
Merge branch '6.4' into 7.1
Browse files Browse the repository at this point in the history
* 6.4:
  fix cs
  • Loading branch information
chalasr committed Aug 15, 2024
2 parents 56c6bc6 + f502530 commit acd1ecc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Firewall/ContextListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ public function authenticate(RequestEvent $event): void
$request = $event->getRequest();
$session = $request->hasPreviousSession() ? $request->getSession() : null;


$request->attributes->set('_security_firewall_run', $this->sessionKey);

if (null !== $session) {
Expand Down

0 comments on commit acd1ecc

Please sign in to comment.