From f7f01c50592af9660cd28986caf0c45bd6730207 Mon Sep 17 00:00:00 2001 From: Joseph Cohen Date: Thu, 24 Sep 2015 23:12:35 -0500 Subject: [PATCH] Typo --- app/Handlers/Commands/Metric/AddMetricPointCommandHandler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Handlers/Commands/Metric/AddMetricPointCommandHandler.php b/app/Handlers/Commands/Metric/AddMetricPointCommandHandler.php index 0f6ea677..962b1623 100644 --- a/app/Handlers/Commands/Metric/AddMetricPointCommandHandler.php +++ b/app/Handlers/Commands/Metric/AddMetricPointCommandHandler.php @@ -28,7 +28,7 @@ class AddMetricPointCommandHandler public function handle(AddMetricPointCommand $command) { $metric = $command->metric; - $createdAt = $command->createdAt; + $createdAt = $command->created_at; $data = [ 'metric_id' => $metric->id,