Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit e88d4fe

Browse files
Merge branch '3.4' into 4.2
* 3.4: SCA: minor code tweaks [Intl] Update the ICU data to 64.1 [Bridge][Twig] DebugCommand - fix escaping and filter
2 parents 64a02c9 + c707296 commit e88d4fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Guard/Token/PostAuthenticationGuardToken.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function __construct(UserInterface $user, string $providerKey, array $rol
4747

4848
// this token is meant to be used after authentication success, so it is always authenticated
4949
// you could set it as non authenticated later if you need to
50-
parent::setAuthenticated(true);
50+
$this->setAuthenticated(true);
5151
}
5252

5353
/**

0 commit comments

Comments
 (0)