diff options
Diffstat (limited to 'app/Models/ViewStats.php')
| -rw-r--r-- | app/Models/ViewStats.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Models/ViewStats.php b/app/Models/ViewStats.php index 608633f6b..3810312db 100644 --- a/app/Models/ViewStats.php +++ b/app/Models/ViewStats.php @@ -5,7 +5,7 @@ final class FreshRSS_ViewStats extends FreshRSS_View { /** @var array<int,FreshRSS_Category> */ public array $categories; - public FreshRSS_Feed $feed; + public ?FreshRSS_Feed $feed = null; /** @var array<int,FreshRSS_Feed> */ public array $feeds; public bool $displaySlider = false; |
