mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-21 01:04:44 +02:00
8 lines
108 B
PHP
8 lines
108 B
PHP
<?php
|
|
|
|
namespace App\Http\Requests\Api\Application\Nodes;
|
|
|
|
class GetNodeRequest extends GetNodesRequest
|
|
{
|
|
}
|