ogcore/src/Controller/OgDhcp/Subnet/GetHostAction.php

12 lines
231 B
PHP

<?php
namespace App\Controller\OgDhcp\Subnet;
use App\Controller\OgDhcp\AbstractOgDhcpController;
use Symfony\Component\HttpKernel\Attribute\AsController;
#[AsController]
class GetHostAction extends AbstractOgDhcpController
{
}