Add line?
This commit is contained in:
parent
5ed164e13e
commit
1be7805481
|
@ -78,5 +78,6 @@ interface AllocationRepositoryInterface extends RepositoryInterface
|
||||||
* @param array $ports
|
* @param array $ports
|
||||||
* @param bool $dedicated
|
* @param bool $dedicated
|
||||||
* @return \Pterodactyl\Models\Allocation|null
|
* @return \Pterodactyl\Models\Allocation|null
|
||||||
|
*/
|
||||||
public function getRandomAllocation(array $nodes, array $ports, bool $dedicated = false);
|
public function getRandomAllocation(array $nodes, array $ports, bool $dedicated = false);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue