diff options
Diffstat (limited to 'app/Models')
| -rw-r--r-- | app/Models/View.php | 1 | ||||
| -rw-r--r-- | app/Models/ViewStats.php | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/app/Models/View.php b/app/Models/View.php index 17772a2ec..8346b3ce8 100644 --- a/app/Models/View.php +++ b/app/Models/View.php @@ -32,7 +32,6 @@ class FreshRSS_View extends Minz_View { public bool $excludeMutedFeeds; // Substriptions - public ?FreshRSS_Category $default_category; public bool $displaySlider = false; public bool $load_ok; public bool $onlyFeedsWithError; diff --git a/app/Models/ViewStats.php b/app/Models/ViewStats.php index 25c749cd2..d7bb08c5f 100644 --- a/app/Models/ViewStats.php +++ b/app/Models/ViewStats.php @@ -3,7 +3,6 @@ declare(strict_types=1); final class FreshRSS_ViewStats extends FreshRSS_View { - public ?FreshRSS_Category $default_category; /** @var array<FreshRSS_Category> */ public array $categories; public ?FreshRSS_Feed $feed; |
