summaryrefslogtreecommitdiff
path: root/app/Models/Days.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Models/Days.php')
-rw-r--r--app/Models/Days.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/Models/Days.php b/app/Models/Days.php
new file mode 100644
index 000000000..2d770c30b
--- /dev/null
+++ b/app/Models/Days.php
@@ -0,0 +1,7 @@
+<?php
+
+class FreshRSS_Days {
+ const TODAY = 0;
+ const YESTERDAY = 1;
+ const BEFORE_YESTERDAY = 2;
+}