From a1ca62af50047a92692c009b97bebb73f94db7ea Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 25 Feb 2021 21:42:05 +0300 Subject: cache schema version better --- classes/prefs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes/prefs.php') diff --git a/classes/prefs.php b/classes/prefs.php index 5ce1b6104..dabe5eac6 100644 --- a/classes/prefs.php +++ b/classes/prefs.php @@ -137,7 +137,7 @@ class Prefs { /** @var PDO */ private $pdo; - public static function get_instance() { + public static function get_instance() : Prefs { if (self::$instance == null) self::$instance = new self(); -- cgit v1.2.3-54-g00ecf