This commit is contained in:
James Brooks
2017-09-09 13:16:50 +01:00
parent ff4e59eaf1
commit 7cfcf5e280
2 changed files with 6 additions and 6 deletions

View File

@@ -31,7 +31,7 @@ final class InviteUserCommand
* @var string[]
*/
public $rules = [
'emails' => 'required|array|email',
'emails.*' => 'required|email',
];
/**