From d7f18d02492d496d12f03bdda76770549444d7a1 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Sat, 21 Oct 2023 18:20:07 +0000 Subject: [PATCH] Apply fixes from StyleCI --- packages/realtime-compiler/src/Http/DashboardController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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