|string> */ public function rules(): array { return [ // ]; } protected function failedAuthorization() { throw new AuthorizationException(__('Sign ups are open; you can\'t modify invites until you close them.')); } }