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

Commit c707296

Browse files
kalessilnicolas-grekas
authored andcommitted
SCA: minor code tweaks
1 parent e43a467 commit c707296

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, $providerKey, array $roles)
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)