Merge pull request #866 from cachethq/commands

[WIP] First steps to Commands
This commit is contained in:
Graham Campbell
2015-09-04 12:17:57 +01:00
75 changed files with 2263 additions and 182 deletions

View File

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