Skip to content

Commit

Permalink
TASK: Introduce getPropertyConverter to denote that this is really …
Browse files Browse the repository at this point in the history
…internal
  • Loading branch information
mhsdesign committed Dec 2, 2024
1 parent 22eb7e4 commit 6c431e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HypergraphProjectionFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function build(

$nodeFactory = new NodeFactory(
$projectionFactoryDependencies->contentRepositoryId,
$projectionFactoryDependencies->propertyConverter
$projectionFactoryDependencies->getPropertyConverter()
);

return new HypergraphProjection(
Expand Down

0 comments on commit 6c431e4

Please sign in to comment.