From dbc77a110e9784f4093d1cb4e1a0ec3f6e58fcd3 Mon Sep 17 00:00:00 2001 From: stancl Date: Mon, 6 Jul 2020 12:45:10 +0000 Subject: [PATCH] Apply fixes from StyleCI --- tests/TenantModelTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/TenantModelTest.php b/tests/TenantModelTest.php index e29fcafa..46dc6a00 100644 --- a/tests/TenantModelTest.php +++ b/tests/TenantModelTest.php @@ -6,7 +6,6 @@ namespace Stancl\Tenancy\Tests; use Illuminate\Database\Eloquent\Model; use Illuminate\Database\Schema\Blueprint; -use Illuminate\Support\Facades\DB; use Illuminate\Support\Facades\Event; use Illuminate\Support\Facades\Schema; use Illuminate\Support\Str;