user(); return Ninja::isSelfHost() && $user->account->isPaid(); } public function rules(): array { return []; } protected function failedAuthorization(): void { throw new AuthorizationException( message: ctrans('texts.peppol_not_paid_message'), ); } }