8
0
mirror of https://github.com/pelican-dev/panel.git synced 2025-08-11 05:42:15 +02:00
2021-01-23 12:33:34 -08:00

12 lines
180 B
PHP

<?php
namespace Pterodactyl\Http\Requests\Api\Client;
class GetServersRequest extends ClientApiRequest
{
public function authorize(): bool
{
return true;
}
}