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