1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-10-27 20:32:28 +01:00

Add line?

This commit is contained in:
Dane Everitt 2018-01-28 17:14:34 -06:00
parent 5ed164e13e
commit 1be7805481
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53

View File

@ -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);
}