mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 02:54:05 +00:00
Apply fixes from StyleCI
This commit is contained in:
parent
93fc961b34
commit
6faac920c9
2 changed files with 2 additions and 2 deletions
|
|
@ -92,7 +92,7 @@ class DatabaseStorageDriver implements StorageDriver
|
|||
public function updateTenant(Tenant $tenant): void
|
||||
{
|
||||
Tenants::find($tenant->id)->putMany($tenant->data);
|
||||
|
||||
|
||||
$original_domains = Domains::where('tenant_id', $tenant->id)->get()->map(function ($model) {
|
||||
return $model->domain;
|
||||
})->toArray();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue