Skip to content

Commit

Permalink
Merge pull request #3889 from neos/dlubitz-patch-1
Browse files Browse the repository at this point in the history
TASK: Remove unused line
  • Loading branch information
mhsdesign authored Nov 21, 2024
2 parents c964e09 + c7b9897 commit 79e7c3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Classes/Fusion/Helper/NodeInfoHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,6 @@ protected function buildContentChildNodeFilterString(): string

public function serializedNodeAddress(Node $node): string
{
$contentRepository = $this->contentRepositoryRegistry->get($node->contentRepositoryId);
return NodeAddress::fromNode($node)->toJson();
}

Expand Down

0 comments on commit 79e7c3e

Please sign in to comment.