瀏覽代碼

Delete Days.php

Alexandre Alapetite 12 年之前
父節點
當前提交
16c2696f2a
共有 1 個文件被更改,包括 0 次插入7 次删除
  1. 0 7
      app/models/Days.php

+ 0 - 7
app/models/Days.php

@@ -1,7 +0,0 @@
-<?php
-
-class FreshRSS_Days {
-	const TODAY = 0;
-	const YESTERDAY = 1;
-	const BEFORE_YESTERDAY = 2;
-}