icingaweb2-module-director/application/controllers/CommandsController.php

8 lines
133 B
PHP

<?php
use Icinga\Module\Director\Web\Controller\ObjectsController;
class Director_CommandsController extends ObjectsController
{
}