mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 16:24:04 +00:00
Merge branch 'master' of github.com:stancl/tenancy
This commit is contained in:
commit
ad902ae22b
1 changed files with 3 additions and 3 deletions
|
|
@ -6,9 +6,9 @@ namespace Stancl\Tenancy\StorageDrivers\Database;
|
||||||
|
|
||||||
use Stancl\Tenancy\Contracts\StorageDriver;
|
use Stancl\Tenancy\Contracts\StorageDriver;
|
||||||
use Stancl\Tenancy\Exceptions\TenantCouldNotBeIdentifiedException;
|
use Stancl\Tenancy\Exceptions\TenantCouldNotBeIdentifiedException;
|
||||||
use Stancl\Tenancy\Tenant;
|
|
||||||
use Stancl\Tenancy\StorageDrivers\Database\Tenants as Tenants;
|
|
||||||
use Stancl\Tenancy\StorageDrivers\Database\DomainModel as Domains;
|
use Stancl\Tenancy\StorageDrivers\Database\DomainModel as Domains;
|
||||||
|
use Stancl\Tenancy\StorageDrivers\Database\Tenants as Tenants;
|
||||||
|
use Stancl\Tenancy\Tenant;
|
||||||
|
|
||||||
class DatabaseStorageDriver implements StorageDriver
|
class DatabaseStorageDriver implements StorageDriver
|
||||||
{
|
{
|
||||||
|
|
@ -52,7 +52,7 @@ class DatabaseStorageDriver implements StorageDriver
|
||||||
Domains::create($domainData);
|
Domains::create($domainData);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
public function updateTenant(Tenant $tenant): void
|
public function updateTenant(Tenant $tenant): void
|
||||||
{
|
{
|
||||||
// todo
|
// todo
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue