Skip to content

Commit

Permalink
TASK: Adjust to Options::createForceAbsolute
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsdesign committed Jun 23, 2024
1 parent 5e55249 commit b3055d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Domain/Model/Feedback/Operations/Redirect.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public function serializePayload(ControllerContext $controllerContext): array
$redirectUri = $this->nodeUriBuilderFactory->forActionRequest($controllerContext->getRequest())
->uriFor(
NodeAddress::fromNode($node),
Options::create(forceAbsolute: true)
Options::createForceAbsolute()
);

$contentRepository = $this->contentRepositoryRegistry->get($node->contentRepositoryId);
Expand Down

0 comments on commit b3055d4

Please sign in to comment.