From 2b81ee3fc02e1c84d0eac487573d5b3a7adcf94e Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Sun, 12 Nov 2023 20:44:11 +0000 Subject: [PATCH] Apply fixes from StyleCI --- packages/realtime-compiler/src/Http/DashboardController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/realtime-compiler/src/Http/DashboardController.php b/packages/realtime-compiler/src/Http/DashboardController.php index 8692c2c0f93..8a6cd44b7a5 100644 --- a/packages/realtime-compiler/src/Http/DashboardController.php +++ b/packages/realtime-compiler/src/Http/DashboardController.php @@ -73,6 +73,7 @@ public function handle(): Response try { $this->authorizePostRequest(); + return $this->handlePostRequest(); } catch (HttpException $exception) { if (! $this->isAsync) {