Remove unused assignment

This commit is contained in:
James Brooks
2015-08-08 17:17:05 +01:00
parent 82a9dc9a4e
commit 88efff58cc

View File

@@ -165,7 +165,7 @@ class DemoSeederCommand extends Command
for ($i = 0; $i < 11; $i++) {
$metricTime = (new DateTime())->sub(new DateInterval('PT'.$i.'H'));
$point = MetricPoint::create([
MetricPoint::create([
'metric_id' => 1,
'value' => rand(1, 10),
'created_at' => $metricTime,