Skip to content

Commit 2701473

Browse files
authored
Merge pull request #655 from TomHAnderson/hotfix/rememberToken
Hotfix/remember token
2 parents 32b934b + 4cead7c commit 2701473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Auth/Authenticatable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public function getAuthPassword(): string
5656
/**
5757
* Get the token value for the "remember me" session.
5858
*/
59-
public function getRememberToken(): string
59+
public function getRememberToken(): string|null
6060
{
6161
return $this->rememberToken;
6262
}

0 commit comments

Comments
 (0)