mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-04 20:54:03 +00:00
Merge branch 'db-storage-driver' of github.com:stancl/tenancy into db-storage-driver
This commit is contained in:
commit
533502ddfa
1 changed files with 1 additions and 1 deletions
|
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
namespace Stancl\Tenancy\StorageDrivers;
|
namespace Stancl\Tenancy\StorageDrivers;
|
||||||
|
|
||||||
use Stancl\Tenancy\Interfaces\StorageDriver;
|
|
||||||
use Stancl\Tenancy\Interfaces\TenantModel;
|
use Stancl\Tenancy\Interfaces\TenantModel;
|
||||||
|
use Stancl\Tenancy\Interfaces\StorageDriver;
|
||||||
|
|
||||||
class DatabaseStorageDriver implements StorageDriver
|
class DatabaseStorageDriver implements StorageDriver
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue