['required', 'string', 'email'], ]; } public function validationAttributes(): array { return [ 'email' => 'email', ]; } }