Switched from integer to int
This commit is contained in:
@@ -43,7 +43,7 @@ class ComponentGroup extends Model
|
||||
*/
|
||||
public $rules = [
|
||||
'name' => 'required|string',
|
||||
'order' => 'integer',
|
||||
'order' => 'int',
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user