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
|
@ -87,7 +87,7 @@ class SetDefaultAllocationService
|
|||
|
||||
// Update on the daemon.
|
||||
try {
|
||||
$this->daemonRepository->setAccessServer($server->uuid)->setNode($server->node_id)->update([
|
||||
$this->daemonRepository->setServer($server)->update([
|
||||
'build' => [
|
||||
'default' => [
|
||||
'ip' => $model->ip,
|
||||
|
|
Reference in a new issue