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

10 lines
171 B
PHP

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