Fix server setting bug

This commit is contained in:
Dane Everitt 2018-01-06 15:20:47 -06:00
parent a3bad520cd
commit 94809b953c
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53

View file

@ -154,7 +154,7 @@ class BuildModificationService
})->toArray());
try {
$this->daemonServerRepository->setServer($server->uuid)->update([
$this->daemonServerRepository->setServer($server)->update([
'build' => $this->getBuild(),
]);