From f10f2508afbc5f01ee0cb0669fdc2438bd460f43 Mon Sep 17 00:00:00 2001 From: stancl Date: Sat, 17 Aug 2019 19:26:14 +0000 Subject: [PATCH] Apply fixes from StyleCI --- tests/TenantStorageTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TenantStorageTest.php b/tests/TenantStorageTest.php index 471dedaf..da32f228 100644 --- a/tests/TenantStorageTest.php +++ b/tests/TenantStorageTest.php @@ -2,9 +2,9 @@ namespace Stancl\Tenancy\Tests; +use Stancl\Tenancy\Tenant; use Stancl\Tenancy\StorageDrivers\RedisStorageDriver; use Stancl\Tenancy\StorageDrivers\DatabaseStorageDriver; -use Stancl\Tenancy\Tenant; class TenantStorageTest extends TestCase {