mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 13:14:05 +00:00
remove comment [ci skip]
This commit is contained in:
parent
f3e2642fa2
commit
feeac80345
1 changed files with 0 additions and 1 deletions
|
|
@ -49,7 +49,6 @@ class RedisStorageDriver implements StorageDriver
|
|||
public function createTenant(string $domain, string $uuid): array
|
||||
{
|
||||
$this->redis->hmset("domains:$domain", 'tenant_id', $uuid);
|
||||
//$this->redis->hmset("tenants:$uuid", 'uuid', $uuid, 'domain', $domain);
|
||||
$this->redis->hmset("tenants:$uuid", 'uuid', json_encode($uuid), 'domain', json_encode($domain));
|
||||
return $this->redis->hgetall("tenants:$uuid");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue