mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-17 22:03:44 +02:00
server_id is irrelevant at this stage
This commit is contained in:
@@ -114,7 +114,6 @@ class FindAssignableAllocationService
|
||||
$port = $available[array_rand($available)];
|
||||
|
||||
$this->service->handle($server->node, [
|
||||
'server_id' => $server->id,
|
||||
'allocation_ip' => $server->allocation->ip,
|
||||
'allocation_ports' => [$port],
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user