Support deleting an allocation for a server

This commit is contained in:
Dane Everitt
2020-10-31 21:22:44 -07:00
parent 365f5e0806
commit b2be067f38
8 changed files with 94 additions and 35 deletions

View File

@@ -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)];