ソースを参照

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;
-}