Support deleting an allocation for a server
This commit is contained in:
parent
365f5e0806
commit
b2be067f38
8 changed files with 94 additions and 35 deletions
|
@ -108,7 +108,6 @@ class FindAssignableAllocationService
|
|||
throw new NoAutoAllocationSpaceAvailableException;
|
||||
}
|
||||
|
||||
// dd($available, array_rand($available));
|
||||
// Pick a random port out of the remaining available ports.
|
||||
/** @var int $port */
|
||||
$port = $available[array_rand($available)];
|
||||
|
|
Reference in a new issue