2020-07-10 03:56:46 +01:00
|
|
|
<?php
|
|
|
|
|
|
|
|
namespace Pterodactyl\Http\Requests\Api\Client\Servers\Network;
|
|
|
|
|
2020-07-10 04:36:08 +01:00
|
|
|
class SetPrimaryAllocationRequest extends UpdateAllocationRequest
|
2020-07-10 03:56:46 +01:00
|
|
|
{
|
|
|
|
public function rules(): array
|
|
|
|
{
|
2020-07-10 04:36:08 +01:00
|
|
|
return [];
|
2020-07-10 03:56:46 +01:00
|
|
|
}
|
|
|
|
}
|