mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 20:54:04 +00:00
decode -> encode
This commit is contained in:
parent
caf6e5f62c
commit
d04f4bb2a1
1 changed files with 1 additions and 1 deletions
|
|
@ -342,7 +342,7 @@ final class TenantManager
|
|||
foreach ($key as $k => $v) {
|
||||
$target[$k] = $v;
|
||||
|
||||
$v = $this->useJson() ? \json_decode($v) : $v;
|
||||
$v = $this->useJson() ? \json_encode($v) : $v;
|
||||
$key[$k] = $v;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue