mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-04 22:24:02 +00:00
merge
This commit is contained in:
parent
3c1f3731d9
commit
c73344c3ae
1 changed files with 0 additions and 4 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue