소스 검색

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