|string> */ public function rules(): array { return [ 'validation_token' => 'required|string', 'email' => 'required|email' ]; } protected function failedAuthorization() { throw new AuthorizationException(__('Sign ups are open! There\'s nothing to validate. Feel free to sign up at any time.')); } }