From 1be78054812c07733788f2fadb97e56cd539dd92 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Sun, 28 Jan 2018 17:14:34 -0600 Subject: [PATCH] Add line? --- app/Contracts/Repository/AllocationRepositoryInterface.php | 1 + 1 file changed, 1 insertion(+) 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); }