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.
2 parents 13b2339 + 7c8c6f7 commit 0ca78f2Copy full SHA for 0ca78f2
src/aleksip/DataTransformPlugin/Helper.php
@@ -84,7 +84,7 @@ protected function processKey($data, $key)
84
$patternData = $this->getProcessedPatternSpecificData($pattern, $value['include()']['with']);
85
}
86
else {
87
- $patternData = $value['include()']['data'];
+ $patternData = $value['include()']['with'];
88
89
$data[$key] = $this->renderPattern($pattern, $patternData);
90
0 commit comments