User: less strict typing for $reset_key property

This commit is contained in:
Aaron van Geffen 2023-03-14 21:15:20 +01:00
parent d7837741cc
commit d1741f2478
1 changed files with 1 additions and 1 deletions

View File

@ -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;