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 { /**