diff options
Diffstat (limited to 'app/Models/ViewStats.php')
| -rw-r--r-- | app/Models/ViewStats.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Models/ViewStats.php b/app/Models/ViewStats.php index 03e0bc00d..9025a86db 100644 --- a/app/Models/ViewStats.php +++ b/app/Models/ViewStats.php @@ -1,5 +1,7 @@ <?php +declare(strict_types=1); + final class FreshRSS_ViewStats extends FreshRSS_View { /** @var FreshRSS_Category|null */ |
