aboutsummaryrefslogtreecommitdiff
path: root/app/Models/Days.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Models/Days.php')
-rw-r--r--app/Models/Days.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Models/Days.php b/app/Models/Days.php
index de98c5ec8..d3f1ba075 100644
--- a/app/Models/Days.php
+++ b/app/Models/Days.php
@@ -1,5 +1,7 @@
<?php
+declare(strict_types=1);
+
class FreshRSS_Days {
public const TODAY = 0;
public const YESTERDAY = 1;