From 8c225e8c4b5401b9df3cbb0a2a8d39f89e2309a5 Mon Sep 17 00:00:00 2001 From: stancl Date: Mon, 30 Sep 2019 16:28:29 +0000 Subject: [PATCH] Apply fixes from StyleCI --- tests/TestCase.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/TestCase.php b/tests/TestCase.php index d07e976a..19b0a83f 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -5,8 +5,6 @@ declare(strict_types=1); namespace Stancl\Tenancy\Tests; use Illuminate\Support\Facades\Redis; -use Stancl\Tenancy\StorageDrivers\Database\DatabaseStorageDriver; -use Stancl\Tenancy\StorageDrivers\RedisStorageDriver; use Stancl\Tenancy\Tenant; abstract class TestCase extends \Orchestra\Testbench\TestCase