1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-13 03:34:04 +00:00
This commit is contained in:
Samuel Štancl 2019-01-23 20:56:54 +01:00
parent 99a47c3da4
commit 89c073a859

View file

@ -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;