Skip to content

Commit 1be7805

Browse files
committed
Add line?
1 parent 5ed164e commit 1be7805

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Contracts/Repository/AllocationRepositoryInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,6 @@ public function getDiscardableDedicatedAllocations(array $nodes = []): array;
7878
* @param array $ports
7979
* @param bool $dedicated
8080
* @return \Pterodactyl\Models\Allocation|null
81+
*/
8182
public function getRandomAllocation(array $nodes, array $ports, bool $dedicated = false);
8283
}

0 commit comments

Comments
 (0)