mirror of
https://github.com/pelican-dev/panel.git
synced 2025-11-22 17:10:20 +01:00
8 lines
120 B
PHP
8 lines
120 B
PHP
<?php
|
|
|
|
namespace App\Http\Requests\Api\Application\Locations;
|
|
|
|
class GetLocationRequest extends GetLocationsRequest
|
|
{
|
|
}
|