We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ea91f1 commit 1b78d49Copy full SHA for 1b78d49
src/Helpers/Json.php
@@ -213,7 +213,7 @@ private static function unsetArray(array &$json, array $data): void
213
if (\in_array($key, $data, true) === false) {
214
unset($v[JSONApiInterface::CONTENT_ATTRIBUTES][$key]);
215
} else if ($attrsCase !== ConfigInterface::DEFAULT_CASE) {
216
- self::changeParamKey($json, $k, $v, $attrsCase);
+ self::changeParamKey($json, $key, $attr, $attrsCase);
217
}
218
219
0 commit comments