mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 14:53:45 +02:00
Fix server setting bug
This commit is contained in:
@@ -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(),
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user