From 4a00d0c0852c6f6810b909695aa3870f397503dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Tue, 12 Mar 2024 17:14:00 +0100 Subject: [PATCH] Clean up --- app/Livewire/BillingPortal/RFF.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Livewire/BillingPortal/RFF.php b/app/Livewire/BillingPortal/RFF.php index 4bf379cf7aa7..9e759ca43991 100644 --- a/app/Livewire/BillingPortal/RFF.php +++ b/app/Livewire/BillingPortal/RFF.php @@ -30,7 +30,6 @@ class RFF extends Component public function render() { - $gateway = CompanyGateway::findOrFail($this->context['form']['company_gateway_id']); $countries = Cache::get('countries');