diff --git a/src/TenantManager.php b/src/TenantManager.php index 9cd2b2ff..103ecc8c 100644 --- a/src/TenantManager.php +++ b/src/TenantManager.php @@ -148,7 +148,7 @@ class TenantManager if ($this->shouldCreateDatabase($tenant)) { $this->database->ensureTenantCanBeCreated($tenant); } - + $this->storage->ensureTenantCanBeCreated($tenant); }