diff --git a/app/Contracts/Repository/AllocationRepositoryInterface.php b/app/Contracts/Repository/AllocationRepositoryInterface.php index ef69965b1..1331e906f 100644 --- a/app/Contracts/Repository/AllocationRepositoryInterface.php +++ b/app/Contracts/Repository/AllocationRepositoryInterface.php @@ -78,5 +78,6 @@ interface AllocationRepositoryInterface extends RepositoryInterface * @param array $ports * @param bool $dedicated * @return \Pterodactyl\Models\Allocation|null + */ public function getRandomAllocation(array $nodes, array $ports, bool $dedicated = false); }