From b054c9f86e569aee823272994d197925f0295410 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Tue, 24 Sep 2024 08:32:04 +0000 Subject: [PATCH] Apply fixes from StyleCI --- app/Client/Http/Controllers/DashboardController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Client/Http/Controllers/DashboardController.php b/app/Client/Http/Controllers/DashboardController.php index 05bdad0f..081568c0 100644 --- a/app/Client/Http/Controllers/DashboardController.php +++ b/app/Client/Http/Controllers/DashboardController.php @@ -13,7 +13,7 @@ public function handle(Request $request, ConnectionInterface $httpConnection) { $httpConnection->send(respond_html( $this->getBlade($httpConnection, 'client.internal_dashboard', [ - 'page' => [ + 'page' => [ 'user' => Client::$user, 'subdomains' => Client::$subdomains, 'max_logs' => config()->get('expose.max_logged_requests', 10),