Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pterodactyl
GitHub Repository: pterodactyl/panel
Path: blob/1.0-develop/app/Http/Requests/Api/Application/Locations/GetLocationRequest.php
10280 views
1
<?php
2
3
namespace Pterodactyl\Http\Requests\Api\Application\Locations;
4
5
class GetLocationRequest extends GetLocationsRequest
6
{
7
}
8
9