Merge pull request #2039 from phecho/patch-1

Fixed typo
This commit is contained in:
James Brooks
2016-08-08 07:56:30 +01:00
committed by GitHub

View File

@@ -52,7 +52,7 @@ final class AddUserCommand
* @var string[]
*/
public $rules = [
'name' => 'required|string',
'username' => 'required|string',
'password' => 'string',
'level' => 'int',
];