We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ca8308 commit b37c2abCopy full SHA for b37c2ab
1 file changed
src/Authentication/Authenticators/Session.php
@@ -604,7 +604,7 @@ public function login(User $user): void
604
$this->completeLogin($user);
605
}
606
607
- private function issueRememberMeToken()
+ private function issueRememberMeToken(): void
608
{
609
if ($this->shouldRemember && setting('Auth.sessionConfig')['allowRemembering']) {
610
$this->rememberUser($this->user);
0 commit comments