forked from Public/pics
User: less strict typing for $reset_key property
This commit is contained in:
parent
d7837741cc
commit
d1741f2478
@ -22,7 +22,7 @@ abstract class User
|
||||
protected $last_action_time;
|
||||
protected $ip_address;
|
||||
protected $is_admin;
|
||||
protected string $reset_key;
|
||||
protected $reset_key;
|
||||
|
||||
protected bool $is_logged;
|
||||
protected bool $is_guest;
|
||||
|
Loading…
Reference in New Issue
Block a user