mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 14:53:45 +02:00
Pass along the data in a more logical format
This commit is contained in:
@@ -101,7 +101,7 @@ class BuildModificationService
|
|||||||
'ip' => $server->allocation->ip,
|
'ip' => $server->allocation->ip,
|
||||||
'port' => $server->allocation->port,
|
'port' => $server->allocation->port,
|
||||||
],
|
],
|
||||||
'mappings' => [$server->getAllocationMappings()],
|
'mappings' => $server->getAllocationMappings(),
|
||||||
],
|
],
|
||||||
'build' => [
|
'build' => [
|
||||||
'memory' => $server->memory,
|
'memory' => $server->memory,
|
||||||
|
|||||||
@@ -97,7 +97,7 @@ class ServerConfigurationStructureService
|
|||||||
'ip' => $server->allocation->ip,
|
'ip' => $server->allocation->ip,
|
||||||
'port' => $server->allocation->port,
|
'port' => $server->allocation->port,
|
||||||
],
|
],
|
||||||
'mappings' => [$server->getAllocationMappings()],
|
'mappings' => $server->getAllocationMappings(),
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user