Skip to content

Commit

Permalink
Fixed All Extractor
Browse files Browse the repository at this point in the history
  • Loading branch information
sebprt committed Oct 10, 2023
1 parent faa5f83 commit 4d6bab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Builder/Capacity/Extractor/All.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ private function compileArguments(): array
);
}

if (null !== $this->referenceEntity) {
if (null !== $this->referenceEntityAttributeCode) {
$args[] = new Node\Arg(
value: $this->referenceEntityAttributeCode,
name: new Node\Identifier('attributeCode'),
Expand Down

0 comments on commit 4d6bab7

Please sign in to comment.