We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3163517 commit 87e95f4Copy full SHA for 87e95f4
app/Http/Controllers/Api/Remote/Servers/ServerDetailsController.php
@@ -85,7 +85,7 @@ public function list(Request $request)
85
{
86
$authorization = substr($request->header('Authorization'), 7);
87
88
- $node = $this->nodeRepository->findFirstWhere([ 'daemonSecret' => $authorization ]);
+ $node = $this->nodeRepository->findFirstWhere(['daemonSecret' => $authorization]);
89
$servers = $this->repository->loadEveryServerForNode($node->id);
90
91
$configurations = [];
0 commit comments