mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-14 07:34:03 +00:00
Apply fixes from StyleCI
This commit is contained in:
parent
4bd2d43e9b
commit
fdcea15b6a
1 changed files with 1 additions and 1 deletions
|
|
@ -188,7 +188,7 @@ class RedisStorageDriver implements StorageDriver
|
||||||
|
|
||||||
$json_data = $this->redis->hget("tenants:{$tenant->id}", $key);
|
$json_data = $this->redis->hget("tenants:{$tenant->id}", $key);
|
||||||
if ($json_data === false) {
|
if ($json_data === false) {
|
||||||
return null;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
return json_decode($json_data, true);
|
return json_decode($json_data, true);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue