Skip to content

Commit 87e95f4

Browse files
committed
Fix StyleCI
1 parent 3163517 commit 87e95f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Controllers/Api/Remote/Servers/ServerDetailsController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public function list(Request $request)
8585
{
8686
$authorization = substr($request->header('Authorization'), 7);
8787

88-
$node = $this->nodeRepository->findFirstWhere([ 'daemonSecret' => $authorization ]);
88+
$node = $this->nodeRepository->findFirstWhere(['daemonSecret' => $authorization]);
8989
$servers = $this->repository->loadEveryServerForNode($node->id);
9090

9191
$configurations = [];

0 commit comments

Comments
 (0)