mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 14:23:44 +02:00
Refactor how repositories for the daemon work.
This commit is contained in:
@@ -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 New Issue
Block a user