Fix StyleCI
This commit is contained in:
parent
3163517f8d
commit
87e95f4195
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ class ServerDetailsController extends Controller
|
|||
{
|
||||
$authorization = substr($request->header('Authorization'), 7);
|
||||
|
||||
$node = $this->nodeRepository->findFirstWhere([ 'daemonSecret' => $authorization ]);
|
||||
$node = $this->nodeRepository->findFirstWhere(['daemonSecret' => $authorization]);
|
||||
$servers = $this->repository->loadEveryServerForNode($node->id);
|
||||
|
||||
$configurations = [];
|
||||
|
|
Loading…
Reference in a new issue