1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 19:34:04 +00:00

Merge branch '1.x' of github.com:stancl/tenancy into 1.x

This commit is contained in:
Samuel Štancl 2019-08-17 21:56:38 +02:00
commit 4c9bd6ed19

View file

@ -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
{