This commit is contained in:
Joseph Cohen
2015-09-24 23:12:35 -05:00
parent c13aece3a4
commit f7f01c5059

View File

@@ -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,