diff --git a/app/Services/Allocations/FindAssignableAllocationService.php b/app/Services/Allocations/FindAssignableAllocationService.php index 43b4c9d9d..c529547d6 100644 --- a/app/Services/Allocations/FindAssignableAllocationService.php +++ b/app/Services/Allocations/FindAssignableAllocationService.php @@ -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], ]);