Fix StyleCI

This commit is contained in:
Matthew Penner 2020-04-10 13:08:43 -06:00
parent 3163517f8d
commit 87e95f4195

View file

@ -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 = [];