Refactor how repositories for the daemon work.
This commit is contained in:
parent
5f9fe4a69b
commit
d2afc29a80
58 changed files with 388 additions and 997 deletions
|
@ -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 a new issue