Skip to content

Commit

Permalink
Merge pull request #58 from php-etl/feature/reference-entities-extractor
Browse files Browse the repository at this point in the history
Fixed All Extractor
  • Loading branch information
sebprt authored Oct 10, 2023
2 parents b2cc66b + 4d6bab7 commit 17f77cd
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 17f77cd

Please sign in to comment.