Switched from integer to int

This commit is contained in:
Graham Campbell
2015-10-20 20:33:23 +01:00
parent 59967bca9a
commit d46007c536
14 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ final class AddTeamMemberCommand
public $rules = [
'name' => 'required|string',
'password' => 'string',
'level' => 'integer',
'level' => 'int',
];
/**