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']);