1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 22:54:03 +00:00

Apply fixes from StyleCI

This commit is contained in:
stancl 2019-09-11 18:57:42 +00:00 committed by StyleCI Bot
parent 23a4fd24b0
commit b4c38b8d2b

View file

@ -6,9 +6,9 @@ namespace Stancl\Tenancy\StorageDrivers\Database;
use Stancl\Tenancy\Contracts\StorageDriver;
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\Tenants as Tenants;
use Stancl\Tenancy\Tenant;
class DatabaseStorageDriver implements StorageDriver
{
@ -42,7 +42,7 @@ class DatabaseStorageDriver implements StorageDriver
Domains::create(['domain' => $domain, 'tenant_id' => $id]);
});
}
public function updateTenant(Tenant $tenant): void
{
// todo