aboutsummaryrefslogtreecommitdiff
path: root/app/Models/View.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Models/View.php')
-rw-r--r--app/Models/View.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Models/View.php b/app/Models/View.php
index b251e95ed..b7970b57e 100644
--- a/app/Models/View.php
+++ b/app/Models/View.php
@@ -92,6 +92,7 @@ class FreshRSS_View extends Minz_View {
/** @var null|array<array{name:string,size:int,mtime:int}> */
public ?array $sqliteArchives = null;
public string $sqlitePath;
+ public string $sqliteName;
// Form login
public int $cookie_days;