From 8eeefb74a0a349db64644ff1b08497c7981c4e6a Mon Sep 17 00:00:00 2001 From: lukinovec Date: Mon, 30 Jan 2023 15:05:03 +0100 Subject: [PATCH] Remove duplicate import --- tests/TestCase.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/TestCase.php b/tests/TestCase.php index 44a2d026..2cbd9eba 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -12,10 +12,8 @@ use Illuminate\Support\Facades\Redis; use Illuminate\Foundation\Application; use Stancl\Tenancy\Facades\GlobalCache; use Stancl\Tenancy\TenancyServiceProvider; -use Stancl\Tenancy\Bootstrappers\BatchTenancyBootstrapper; use Stancl\Tenancy\Bootstrappers\RedisTenancyBootstrapper; use Stancl\Tenancy\Bootstrappers\BroadcastTenancyBootstrapper; -use Stancl\Tenancy\Tests\Etc\Tenant; use Stancl\Tenancy\Bootstrappers\MailTenancyBootstrapper; abstract class TestCase extends \Orchestra\Testbench\TestCase