From 5bc7a3e6f7aba2bb5f42327a67ffb9ab4ea8d7ec Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sun, 16 Aug 2015 13:42:56 +0100 Subject: [PATCH] Fix CS --- app/Handlers/Commands/Metric/AddMetricPointCommandHandler.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Handlers/Commands/Metric/AddMetricPointCommandHandler.php b/app/Handlers/Commands/Metric/AddMetricPointCommandHandler.php index 918468b1..14d37e41 100644 --- a/app/Handlers/Commands/Metric/AddMetricPointCommandHandler.php +++ b/app/Handlers/Commands/Metric/AddMetricPointCommandHandler.php @@ -31,8 +31,8 @@ class AddMetricPointCommandHandler $createdAt = $command->createdAt; $data = [ - 'metric_id' => $metric->id, - 'value' => $command->value, + 'metric_id' => $metric->id, + 'value' => $command->value, ]; if ($createdAt) {