mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 14:24:46 +02:00
server_id is irrelevant at this stage
This commit is contained in:
parent
c6bd7ff661
commit
365f5e0806
@ -114,7 +114,6 @@ class FindAssignableAllocationService
|
|||||||
$port = $available[array_rand($available)];
|
$port = $available[array_rand($available)];
|
||||||
|
|
||||||
$this->service->handle($server->node, [
|
$this->service->handle($server->node, [
|
||||||
'server_id' => $server->id,
|
|
||||||
'allocation_ip' => $server->allocation->ip,
|
'allocation_ip' => $server->allocation->ip,
|
||||||
'allocation_ports' => [$port],
|
'allocation_ports' => [$port],
|
||||||
]);
|
]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user