Skip to content

Commit

Permalink
Fix regression from pimcore#875
Browse files Browse the repository at this point in the history
  • Loading branch information
blankse authored Sep 26, 2024
1 parent afb6f6f commit d0d6f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GraphQL/Service.php
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,7 @@ public static function resolveValue(BaseDescriptor $descriptor, Data $fieldDefin
$brickType = $descriptorData['__brickType'];
$brickKey = $descriptorData['__brickKey'];

return self::getValueFromObjectBrick(
$blockData = self::getValueFromObjectBrick(
$object,
$brickType,
$brickKey,
Expand Down

0 comments on commit d0d6f70

Please sign in to comment.