Fixed useless parameter
This commit is contained in:
parent
b5c3ddca1c
commit
11072779d9
1 changed files with 1 additions and 1 deletions
|
@ -127,6 +127,6 @@ class TextHelper
|
|||
if (!empty($illegalKeysRegex))
|
||||
self::removeUnsafeKeys($obj, $illegalKeysRegex);
|
||||
|
||||
return json_encode($obj, true);
|
||||
return json_encode($obj);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue