Improve metric threshold

This commit is contained in:
James Brooks
2017-03-18 11:15:43 +00:00
parent f7435748ec
commit 4607d90401
6 changed files with 45 additions and 6 deletions

View File

@@ -114,7 +114,7 @@ final class UpdateMetricCommand
'display_chart' => 'nullable|int',
'places' => 'nullable|numeric|between:0,4',
'default_view' => 'nullable|numeric|between:0,4',
'threshold' => 'nullable|numeric|between:0,10',
'threshold' => 'nullable|int',
'order' => 'nullable|int',
'visible' => 'required|int|between:0,2',
];