mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-17 13:53:45 +02:00
Refactor how repositories for the daemon work.
This commit is contained in:
@@ -154,7 +154,7 @@ class BuildModificationService
|
||||
})->toArray());
|
||||
|
||||
try {
|
||||
$this->daemonServerRepository->setNode($server->node_id)->setAccessServer($server->uuid)->update([
|
||||
$this->daemonServerRepository->setServer($server->uuid)->update([
|
||||
'build' => $this->getBuild(),
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user