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 3c188dd99..4dd0be36a 100644
--- a/app/Models/View.php
+++ b/app/Models/View.php
@@ -13,6 +13,7 @@ class FreshRSS_View extends Minz_View {
/** @var array<FreshRSS_Category> */
public array $categories;
public ?FreshRSS_Category $category;
+ public ?FreshRSS_Tag $tag;
public string $current_user;
/** @var iterable<FreshRSS_Entry> */
public $entries;