mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-14 04:13:46 +02:00
Fix server setting bug
This commit is contained in:
@@ -154,7 +154,7 @@ class BuildModificationService
|
||||
})->toArray());
|
||||
|
||||
try {
|
||||
$this->daemonServerRepository->setServer($server->uuid)->update([
|
||||
$this->daemonServerRepository->setServer($server)->update([
|
||||
'build' => $this->getBuild(),
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user