Skip to content

Commit

Permalink
TASK: Adjust SetNodeReferences to use static create factory
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsdesign committed Oct 25, 2023
1 parent 70ab407 commit f9ceb17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Domain/Model/Changes/Property.php
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ public function apply(): void
}

$commandResult = $contentRepository->handle(
new SetNodeReferences(
SetNodeReferences::create(
$subject->subgraphIdentity->contentStreamId,
$subject->nodeAggregateId,
$subject->originDimensionSpacePoint,
Expand Down

0 comments on commit f9ceb17

Please sign in to comment.