diff options
Diffstat (limited to 'app/Models/Auth.php')
| -rw-r--r-- | app/Models/Auth.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/Models/Auth.php b/app/Models/Auth.php index f3c8b52f9..205b428a2 100644 --- a/app/Models/Auth.php +++ b/app/Models/Auth.php @@ -9,8 +9,7 @@ class FreshRSS_Auth { */ public const DEFAULT_COOKIE_DURATION = 7776000; - /** @var bool */ - private static $login_ok = false; + private static bool $login_ok = false; /** * This method initializes authentication system. |
