Skip to content

Commit 8db3a05

Browse files
committed
;-;
1 parent b38b8f6 commit 8db3a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Controllers/Api/Remote/Servers/ServerInstallController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public function store(InstallationDataRequest $request, string $uuid)
6464

6565
$status = $request->input('successful') === '1' ? null : Server::STATUS_INSTALL_FAILED;
6666
if ($server->status === Server::STATUS_SUSPENDED) {
67-
$status = Server::STATUS_SUSPENDED
67+
$status = Server::STATUS_SUSPENDED;
6868
}
6969

7070
$this->repository->update($server->id, ['status' => $status], true, true);

0 commit comments

Comments
 (0)