Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Sep 24, 2024
1 parent 7d1529b commit b054c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Client/Http/Controllers/DashboardController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit b054c9f

Please sign in to comment.