mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-14 01:44:03 +00:00
wip
This commit is contained in:
parent
92adfe2ba1
commit
508ef9919a
6 changed files with 6 additions and 6 deletions
|
|
@ -7,7 +7,7 @@ namespace Stancl\Tenancy\StorageDrivers;
|
|||
use Illuminate\Contracts\Redis\Factory as Redis;
|
||||
use Illuminate\Foundation\Application;
|
||||
use Stancl\Tenancy\Exceptions\TenantCouldNotBeIdentifiedException;
|
||||
use Stancl\Tenancy\Interfaces\StorageDriver;
|
||||
use Stancl\Tenancy\Contracts\StorageDriver;
|
||||
use Stancl\Tenancy\Tenant;
|
||||
|
||||
class RedisStorageDriver implements StorageDriver
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue