From 208eb2fdd38b065a19abe82b263b605c7b2a7398 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Thu, 14 May 2020 04:23:38 +0200 Subject: [PATCH] Fix tenant collection test --- tests/TenantModelTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TenantModelTest.php b/tests/TenantModelTest.php index 04c7c025..2847d8e6 100644 --- a/tests/TenantModelTest.php +++ b/tests/TenantModelTest.php @@ -19,7 +19,7 @@ use Stancl\Tenancy\Listeners\BootstrapTenancy; use Stancl\Tenancy\Listeners\JobPipeline; use Stancl\Tenancy\Bootstrappers\DatabaseTenancyBootstrapper; use Illuminate\Support\Str; -use Stancl\Tenancy\Database\Collections\TenantCollection; +use Stancl\Tenancy\Database\TenantCollection; class TenantModelTest extends TestCase {