Skip to content

Commit

Permalink
Merge pull request #655 from TomHAnderson/hotfix/rememberToken
Browse files Browse the repository at this point in the history
Hotfix/remember token
  • Loading branch information
TomHAnderson authored Feb 2, 2025
2 parents 32b934b + 4cead7c commit 2701473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Auth/Authenticatable.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public function getAuthPassword(): string
/**
* Get the token value for the "remember me" session.
*/
public function getRememberToken(): string
public function getRememberToken(): string|null
{
return $this->rememberToken;
}
Expand Down

0 comments on commit 2701473

Please sign in to comment.