mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-06 09:09:15 +00:00
cache schema version better
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user