mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 01:44:04 +00:00
Apply fixes from StyleCI
This commit is contained in:
parent
23a4fd24b0
commit
b4c38b8d2b
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
|
||||||
{
|
{
|
||||||
|
|
@ -42,7 +42,7 @@ class DatabaseStorageDriver implements StorageDriver
|
||||||
Domains::create(['domain' => $domain, 'tenant_id' => $id]);
|
Domains::create(['domain' => $domain, 'tenant_id' => $id]);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
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