Merge branch 'develop' into feature/server-mounts

This commit is contained in:
Matthew Penner
2020-07-11 12:29:30 -06:00
committed by GitHub
195 changed files with 5395 additions and 5417 deletions

View File

@@ -270,7 +270,9 @@ class ServerCreationService
$records = array_merge($records, $data['allocation_additional']);
}
$this->allocationRepository->assignAllocationsToServer($server->id, $records);
$this->allocationRepository->updateWhereIn('id', $records, [
'server_id' => $server->id,
]);
}
/**