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 c3a794c commit b11a282Copy full SHA for b11a282
src/Builder/Builder.php
@@ -169,7 +169,7 @@ public function build(
169
170
$linkRelated = str_replace('/relationships/', '/', $this->uriToString($uriRelated));
171
172
- $isValid = call_user_func($linkValidator, [$linkRelated]);
+ $isValid = call_user_func_array($linkValidator, [$linkRelated]);
173
174
if ($isValid === true) {
175
$encoder->withLinks(array_merge($links, [
0 commit comments