Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Nov 14, 2023
1 parent 64b05e5 commit 185e9ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/realtime-compiler/src/Http/LiveEditController.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public static function injectLiveEditScript(string $html): string

protected function redirectToPage(Route $route): HtmlResponse
{
$redirectPage = new Redirect($this->request->path, "../" . $route);
$redirectPage = new Redirect($this->request->path, "../$route");
Hyde::shareViewData($redirectPage);

return (new HtmlResponse(303, 'Redirect', [
Expand Down

0 comments on commit 185e9ef

Please sign in to comment.