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

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