We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ed164e commit 1be7805Copy full SHA for 1be7805
app/Contracts/Repository/AllocationRepositoryInterface.php
@@ -78,5 +78,6 @@ public function getDiscardableDedicatedAllocations(array $nodes = []): array;
78
* @param array $ports
79
* @param bool $dedicated
80
* @return \Pterodactyl\Models\Allocation|null
81
+ */
82
public function getRandomAllocation(array $nodes, array $ports, bool $dedicated = false);
83
}
0 commit comments