From b19d321baecf1697ebc87367f07c354ff61dac86 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Fri, 7 Oct 2016 12:23:04 +0100 Subject: [PATCH] Added header --- app/Dates/DateFactory.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/Dates/DateFactory.php b/app/Dates/DateFactory.php index a853daaa..523628a2 100644 --- a/app/Dates/DateFactory.php +++ b/app/Dates/DateFactory.php @@ -14,6 +14,12 @@ namespace CachetHQ\Cachet\Dates; use DateTimeZone; use Jenssegers\Date\Date; +/** + * This is the date factory class. + * + * @author Graham Campbell + * @author James Brooks + */ class DateFactory { /**