diff options
Diffstat (limited to 'app/Models/Days.php')
| -rw-r--r-- | app/Models/Days.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/Models/Days.php b/app/Models/Days.php index 2d770c30b..de98c5ec8 100644 --- a/app/Models/Days.php +++ b/app/Models/Days.php @@ -1,7 +1,7 @@ <?php class FreshRSS_Days { - const TODAY = 0; - const YESTERDAY = 1; - const BEFORE_YESTERDAY = 2; + public const TODAY = 0; + public const YESTERDAY = 1; + public const BEFORE_YESTERDAY = 2; } |
