diff --git a/packages/realtime-compiler/src/Http/DashboardController.php b/packages/realtime-compiler/src/Http/DashboardController.php index c37d1df5332..6c70ca4c513 100644 --- a/packages/realtime-compiler/src/Http/DashboardController.php +++ b/packages/realtime-compiler/src/Http/DashboardController.php @@ -180,7 +180,7 @@ public function enableEditor(): bool public function getScripts(): string { - return file_get_contents(__DIR__ . '/../../resources/dashboard.js'); + return file_get_contents(__DIR__.'/../../resources/dashboard.js'); } protected function openInEditor(HydePage $page): void