diff --git a/app/Client/Http/Controllers/DashboardController.php b/app/Client/Http/Controllers/DashboardController.php index cfe3982..a961047 100644 --- a/app/Client/Http/Controllers/DashboardController.php +++ b/app/Client/Http/Controllers/DashboardController.php @@ -14,7 +14,7 @@ public function handle(Request $request, ConnectionInterface $httpConnection) $httpConnection->send(respond_html($this->getView($httpConnection, 'client.dashboard', [ 'user' => Client::$user, 'subdomains' => Client::$subdomains, - 'max_logs'=> config()->get('expose.max_logged_requests', 10), + 'max_logs' => config()->get('expose.max_logged_requests', 10), ]))); } }