diff --git a/app/Client/Http/Controllers/DashboardController.php b/app/Client/Http/Controllers/DashboardController.php index 05bdad0..081568c 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),