mirror of
https://github.com/getformwork/formwork.git
synced 2025-02-22 16:56:50 +01:00
Fix User::$lastAccess
type
This commit is contained in:
parent
e2a5878558
commit
68e5aba35f
@ -71,7 +71,7 @@ class User
|
||||
/**
|
||||
* User last access time
|
||||
*/
|
||||
protected ?string $lastAccess;
|
||||
protected ?int $lastAccess;
|
||||
|
||||
/**
|
||||
* Create a new User instance
|
||||
|
Loading…
x
Reference in New Issue
Block a user