mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 12:24:04 +00:00
Apply fixes from StyleCI
This commit is contained in:
parent
df99e3e711
commit
a649f9f00e
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ class TenantManager
|
||||||
if ($this->shouldCreateDatabase($tenant)) {
|
if ($this->shouldCreateDatabase($tenant)) {
|
||||||
$this->database->ensureTenantCanBeCreated($tenant);
|
$this->database->ensureTenantCanBeCreated($tenant);
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->storage->ensureTenantCanBeCreated($tenant);
|
$this->storage->ensureTenantCanBeCreated($tenant);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue