Use decimal on metric points
This commit is contained in:
@@ -29,7 +29,7 @@ class MetricPoint extends Model
|
||||
* @var string[]
|
||||
*/
|
||||
protected $rules = [
|
||||
'value' => 'integer|required',
|
||||
'value' => 'numeric|required',
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user