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

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