1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-04 17:04:03 +00:00

Apply fixes from StyleCI

This commit is contained in:
stancl 2019-08-11 19:58:30 +00:00 committed by StyleCI Bot
parent 1320780915
commit 57723a5adf

View file

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