mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
Support deleting an allocation for a server
This commit is contained in:
@@ -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 New Issue
Block a user