From a649f9f00e0a10c6e4d3169314d00def2a955ec8 Mon Sep 17 00:00:00 2001 From: stancl Date: Tue, 24 Mar 2020 14:02:38 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/TenantManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }