Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Dec 11, 2023
1 parent 9b8e5c7 commit 6b525ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Security/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ final public function logout(bool $clearIdentity = false): void
}

$this->authenticated = false;
$this->logoutReason = self::MANUAL;
$this->logoutReason = self::LogoutManual;
if ($logged) {
Arrays::invoke($this->onLoggedOut, $this);
}
Expand Down

0 comments on commit 6b525ac

Please sign in to comment.