Merge pull request #3362 from TakeMeNL/bugfix/3269

Resolve #3269
This commit is contained in:
James Brooks
2018-12-18 08:21:11 +00:00
committed by GitHub
2 changed files with 16 additions and 1 deletions

View File

@@ -81,7 +81,7 @@ final class CreateComponentCommand
*/
public $rules = [
'name' => 'required|string',
'description' => 'required|string',
'description' => 'nullable|string',
'status' => 'required|int|min:0|max:4',
'link' => 'nullable|url',
'order' => 'nullable|int',