Skip to content

Commit

Permalink
Fix: throw error message
Browse files Browse the repository at this point in the history
  • Loading branch information
robertSt7 committed Dec 14, 2023
1 parent 4f4672e commit b76286c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function process($object, $newValue, $args, $context, ResolveInfo $info)
$result[] = $element;
} else {
throw new NotFoundException(
"Doesn't found element: " . $newValueItemValue['fullpath'] ?? $newValueItemValue['id']
"Doesn't found element: " . $newValueItemValue['fullpath']
);
}
}
Expand Down

0 comments on commit b76286c

Please sign in to comment.