From da7b3eb60b72f5b9d31ad9465b4623cdc46b1935 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Mon, 2 Jun 2025 14:08:52 +0200 Subject: [PATCH] Update tests/PathIdentificationTest.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- tests/PathIdentificationTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/PathIdentificationTest.php b/tests/PathIdentificationTest.php index cc61cda2..b653ee2e 100644 --- a/tests/PathIdentificationTest.php +++ b/tests/PathIdentificationTest.php @@ -19,7 +19,6 @@ use Stancl\Tenancy\Jobs\MigrateDatabase; use Stancl\JobPipeline\JobPipeline; use Stancl\Tenancy\Events\TenancyInitialized; use Stancl\Tenancy\Listeners\BootstrapTenancy; -use Stancl\Tenancy\Events\TenancyEnded; use Stancl\Tenancy\Listeners\RevertToCentralContext; use Stancl\Tenancy\Tests\Etc\User; use Stancl\Tenancy\Bootstrappers\DatabaseTenancyBootstrapper;