mirror of
https://github.com/pelican-dev/panel.git
synced 2025-06-08 22:48:59 +02:00
8 lines
116 B
PHP
8 lines
116 B
PHP
<?php
|
|
|
|
namespace Pterodactyl\Http\Requests\Api\Application\Users;
|
|
|
|
class GetUserRequest extends GetUsersRequest
|
|
{
|
|
}
|