From a8490941925fcf58f3067c18b188cb15f28ec572 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Fri, 1 Mar 2024 13:44:02 +0100 Subject: [PATCH] Clean up --- tests/Unit/BillingPortal/DependencyTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Unit/BillingPortal/DependencyTest.php b/tests/Unit/BillingPortal/DependencyTest.php index 087dd0af9e58..fb109a916e80 100644 --- a/tests/Unit/BillingPortal/DependencyTest.php +++ b/tests/Unit/BillingPortal/DependencyTest.php @@ -19,7 +19,6 @@ use App\Livewire\BillingPortal\Purchase; use App\Livewire\BillingPortal\RFF; use App\Livewire\BillingPortal\Setup; use App\Livewire\BillingPortal\Submit; -use App\Rules\Subscriptions\Steps; use App\Services\Subscription\StepService; use Tests\TestCase;