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 {