Fix bad var

This commit is contained in:
James Brooks
2016-12-04 17:27:52 +00:00
parent 14f42aaf29
commit 78e53b3d1e

View File

@@ -75,7 +75,7 @@ class UpdateScheduleCommandHandler
'status' => $command->status,
];
if ($scheduleddAt = $command->scheduled_at) {
if ($scheduledAt = $command->scheduled_at) {
$params['scheduled_at'] = $this->dates->create('Y-m-d H:i', $scheduledAt);
}