Fix server transformer

Properly pass the value to wings
This commit is contained in:
AreYouScared 2020-03-29 16:55:06 -04:00
parent 2561e3e8d5
commit b351c07d34
3 changed files with 4 additions and 1 deletions

View file

@ -81,7 +81,7 @@ class ServerConfigurationStructureService
'swap' => $server->swap,
'io_weight' => $server->io,
'cpu_limit' => $server->cpu,
'cpu_threads' => $server->threads,
'threads' => $server->threads,
'disk_space' => $server->disk,
],
'service' => [