Explorar el Código

Delete Days.php

Alexandre Alapetite hace 12 años
padre
commit
16c2696f2a
Se han modificado 1 ficheros con 0 adiciones y 7 borrados
  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;
-}