Skip to content

Commit

Permalink
Merge pull request #408 from beyondcode/analysis-Q3vRbj
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
mpociot authored Apr 9, 2024
2 parents d13fc7a + 8d651b7 commit 5157e76
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 @@ -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),
])));
}
}

0 comments on commit 5157e76

Please sign in to comment.