1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 03:34:03 +00:00
This commit is contained in:
Samuel Štancl 2019-04-24 17:14:51 +02:00
parent 3c1f3731d9
commit c73344c3ae

View file

@ -81,10 +81,6 @@ class RedisStorageDriver implements StorageDriver
$tenant = substr($tenant, strlen($redis_prefix)); $tenant = substr($tenant, strlen($redis_prefix));
} }
<<<<<<< HEAD
return \array_map(function ($tenant) {
=======
>>>>>>> 1.x
return $this->redis->hgetall($tenant); return $this->redis->hgetall($tenant);
}, $hashes); }, $hashes);
} }