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

Merge branch '2.x' of github.com:stancl/tenancy into 2.x

This commit is contained in:
Samuel Štancl 2020-03-24 15:14:27 +01:00
commit 245d998d59

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