Set an order on metrics via the API. Closes #1874
This commit is contained in:
@@ -36,6 +36,7 @@ class AddMetricCommandHandler
|
||||
'places' => $command->places,
|
||||
'default_view' => $command->default_view,
|
||||
'threshold' => $command->threshold,
|
||||
'order' => $command->order,
|
||||
]);
|
||||
|
||||
event(new MetricWasAddedEvent($metric));
|
||||
|
||||
Reference in New Issue
Block a user