Remove todo

This commit is contained in:
James Brooks
2015-11-03 23:23:14 +00:00
parent fcac32a67d
commit 87bcd0c87b

View File

@@ -28,7 +28,6 @@ class ReportMaintenanceCommandHandler
*/
public function handle(ReportMaintenanceCommand $command)
{
// TODO: Add validation to scheduledAt
$scheduledAt = Date::createFromFormat('d/m/Y H:i', $command->timestamp, config('cachet.timezone'))
->setTimezone(Config::get('app.timezone'));