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
1 changed files with 1 additions and 1 deletions

View File

@ -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(),
]); ]);