We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f23ec3 + 037bfb2 commit 32b934bCopy full SHA for 32b934b
src/Auth/Authenticatable.php
@@ -12,7 +12,7 @@ trait Authenticatable
12
protected string $password;
13
14
#[ORM\Column(name: 'remember_token', type: 'string', nullable: true)]
15
- protected string $rememberToken;
+ protected string|null $rememberToken;
16
17
/**
18
* Get the column name for the primary key
0 commit comments