From 57723a5adff87075e5fdddb39b797037d856d839 Mon Sep 17 00:00:00 2001 From: stancl Date: Sun, 11 Aug 2019 19:58:30 +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 bbb9897b..03ba2bfd 100644 --- a/src/TenantManager.php +++ b/src/TenantManager.php @@ -86,7 +86,7 @@ class TenantManager } $tenant = $this->jsonDecodeArrayValues($this->storage->createTenant($domain, (string) \Webpatser\Uuid\Uuid::generate(1, $domain))); - + if ($data) { $this->put($data, null, $tenant['uuid']);