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;