mirror of
https://github.com/pelican-dev/panel.git
synced 2025-06-09 16:19:00 +02:00
8 lines
113 B
PHP
8 lines
113 B
PHP
<?php
|
|
|
|
namespace Pterodactyl\Http\Requests\Api\Application\Eggs;
|
|
|
|
class GetEggRequest extends GetEggsRequest
|
|
{
|
|
}
|