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