diff --git a/packages/realtime-compiler/src/Http/DashboardController.php b/packages/realtime-compiler/src/Http/DashboardController.php index 65288674749..44b58f2e2ad 100644 --- a/packages/realtime-compiler/src/Http/DashboardController.php +++ b/packages/realtime-compiler/src/Http/DashboardController.php @@ -92,7 +92,7 @@ protected function show(): string 'title' => config('hyde.name').' - Dashboard', 'dashboard' => $this, 'request' => $this->request, - 'csrfToken' => $this->generateCSRFToken() + 'csrfToken' => $this->generateCSRFToken(), ]); }