Added AddComponentGroupCommand

This commit is contained in:
James Brooks
2015-08-30 21:37:29 +01:00
parent 698b05980d
commit 6ee697cf7f
6 changed files with 103 additions and 7 deletions

View File

@@ -42,7 +42,7 @@ class ComponentGroup extends Model
* @var string[]
*/
public $rules = [
'name' => 'required',
'name' => 'required|string',
'order' => 'integer',
];