1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-04 22:24:02 +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));
}
<<<<<<< HEAD
return \array_map(function ($tenant) {
=======
>>>>>>> 1.x
return $this->redis->hgetall($tenant);
}, $hashes);
}