1
0
Fork 0
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:
stancl 2020-03-24 14:02:38 +00:00 committed by StyleCI Bot
parent df99e3e711
commit a649f9f00e

View file

@ -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);
} }