aboutsummaryrefslogtreecommitdiff
path: root/app/Models/Days.php
blob: 2d770c30bdb1eda4ed36aba273ad7b5d00d1b541 (plain)
1
2
3
4
5
6
7
<?php

class FreshRSS_Days {
	const TODAY = 0;
	const YESTERDAY = 1;
	const BEFORE_YESTERDAY = 2;
}