From 7e2bdc47bc0f5118d48ec3cfc1fd5b682d764784 Mon Sep 17 00:00:00 2001 From: hackerESQ Date: Fri, 6 Sep 2024 22:00:15 -0500 Subject: [PATCH] cleanup --- tests/TestCase.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/TestCase.php b/tests/TestCase.php index 02df1c3..43559b9 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -2,7 +2,6 @@ namespace Tests; -use Illuminate\Support\Facades\Artisan; use Illuminate\Foundation\Testing\TestCase as BaseTestCase; abstract class TestCase extends BaseTestCase