Skip to content

Commit 8d651b7

Browse files
committed
Apply fixes from StyleCI
1 parent d13fc7a commit 8d651b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Client/Http/Controllers/DashboardController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public function handle(Request $request, ConnectionInterface $httpConnection)
1414
$httpConnection->send(respond_html($this->getView($httpConnection, 'client.dashboard', [
1515
'user' => Client::$user,
1616
'subdomains' => Client::$subdomains,
17-
'max_logs'=> config()->get('expose.max_logged_requests', 10),
17+
'max_logs' => config()->get('expose.max_logged_requests', 10),
1818
])));
1919
}
2020
}

0 commit comments

Comments
 (0)