Skip to content

Commit

Permalink
Fix CGL+
Browse files Browse the repository at this point in the history
  • Loading branch information
sypets committed Feb 5, 2024
1 parent 984bb35 commit 3b6103f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Hooks/PageCalloutsHook.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public function addMessages(array $pageInfo): array
protected function createBackendUri(int $pageId, string $route = 'web_brofix'): string
{
$uriBuilder = GeneralUtility::makeInstance(UriBuilder::class);
return (string) $uriBuilder->buildUriFromRoute($route, ['id' => $pageId]);
return (string)$uriBuilder->buildUriFromRoute($route, ['id' => $pageId]);
}

/**
Expand Down

0 comments on commit 3b6103f

Please sign in to comment.