Switched from integer to int
This commit is contained in:
@@ -49,7 +49,7 @@ final class AddTeamMemberCommand
|
||||
public $rules = [
|
||||
'name' => 'required|string',
|
||||
'password' => 'string',
|
||||
'level' => 'integer',
|
||||
'level' => 'int',
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user