Fixed typo

This commit is contained in:
phecho 2016-08-08 14:45:47 +08:00 committed by GitHub
parent c27d59aadf
commit 16557351ab

View File

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