From d1741f2478d8bd688bfb7561988d835cd9122322 Mon Sep 17 00:00:00 2001 From: Aaron van Geffen Date: Tue, 14 Mar 2023 21:15:20 +0100 Subject: [PATCH] User: less strict typing for $reset_key property --- models/User.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/User.php b/models/User.php index 7132216..f690f27 100644 --- a/models/User.php +++ b/models/User.php @@ -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;