'required|array|email', ]; /** * Create a new invite team member command instance. * * @param string[] $emails * * @return void */ public function __construct(array $emails) { $this->emails = $emails; } }