From 14c87ec3e689eed111018554b0dd1db31e0192e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Wed, 1 Jun 2022 16:30:55 +0200 Subject: [PATCH] fix duplicate use statemenet --- tests/BootstrapperTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/BootstrapperTest.php b/tests/BootstrapperTest.php index 0311944a..49ed210e 100644 --- a/tests/BootstrapperTest.php +++ b/tests/BootstrapperTest.php @@ -16,7 +16,6 @@ use Illuminate\Support\Facades\Event; use Illuminate\Support\Facades\Redis; use Illuminate\Support\Facades\Storage; use Stancl\Tenancy\Events\TenancyEnded; -use Stancl\Tenancy\Events\TenancyInitialized; use Stancl\Tenancy\Events\TenantCreated; use Stancl\Tenancy\Events\TenantDeleted; use Stancl\Tenancy\Events\TenancyInitialized;