mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-17 05:43:45 +02:00
Fix StyleCI
This commit is contained in:
@@ -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 = [];
|
||||
|
||||
Reference in New Issue
Block a user