mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 09:54:03 +00:00
Set 'data' to '{}'
This commit is contained in:
parent
7bcad47186
commit
542fc888bc
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ class DatabaseStorageDriver implements StorageDriver
|
|||
|
||||
public function createTenant(string $domain, string $uuid): array
|
||||
{
|
||||
return Tenant::create(['uuid' => $uuid, 'domain' => $domain])->toArray();
|
||||
return Tenant::create(['uuid' => $uuid, 'domain' => $domain, 'data' => '{}'])->toArray();
|
||||
}
|
||||
|
||||
public function deleteTenant(string $id): bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue