Fix server setting bug
This commit is contained in:
parent
a3bad520cd
commit
94809b953c
|
@ -154,7 +154,7 @@ class BuildModificationService
|
||||||
})->toArray());
|
})->toArray());
|
||||||
|
|
||||||
try {
|
try {
|
||||||
$this->daemonServerRepository->setServer($server->uuid)->update([
|
$this->daemonServerRepository->setServer($server)->update([
|
||||||
'build' => $this->getBuild(),
|
'build' => $this->getBuild(),
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue