aboutsummaryrefslogtreecommitdiff
path: root/app/Models/Days.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-12-15 11:24:14 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-12-15 11:24:14 +0100
commit4ee4f16ffe06e247d2cb79a2054ab5d5315d82b2 (patch)
tree1210892f3fd3da163bcdf8ae3a8024b29607f293 /app/Models/Days.php
parenta29dad13761208bfdf024e7f6703023d85428695 (diff)
Problème de casse renommage répertoire
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;
+}