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