Skip to content

Commit

Permalink
Merge pull request #424 from beyondcode/analysis-GP5OAo
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
mechelon authored Sep 24, 2024
2 parents 7d1529b + b054c9f commit 84b77cb
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 84b77cb

Please sign in to comment.