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 a43a971 commit f8de25fCopy full SHA for f8de25f
src/DsTrinityDataBundle/Resource/FieldTransformer/Object/ObjectRelationsGetterExtractor.php
@@ -48,7 +48,7 @@ public function transformData(string $dispatchTransformerName, ResourceContainer
48
return null;
49
}
50
51
- $values[] = call_user_func([$relation, $this->options['method']], $this->options['arguments']);
+ $values[] = call_user_func_array([$relation, $this->options['method']], $this->options['arguments']);
52
53
54
return $values;
0 commit comments