mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 03:34:04 +00:00
Bugfix
This commit is contained in:
parent
99a47c3da4
commit
89c073a859
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ class RedisStorageDriver implements StorageDriver
|
||||||
return $value;
|
return $value;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function putMany(string $uuid, string $values)
|
public function putMany(string $uuid, array $values)
|
||||||
{
|
{
|
||||||
$this->redis->hmset("tenants:$uuid", $values);
|
$this->redis->hmset("tenants:$uuid", $values);
|
||||||
return $values;
|
return $values;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue