icingaweb2-module-director/application/controllers/ServicegroupsController.php
2017-08-16 15:13:28 +02:00

10 lines
176 B
PHP

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