summaryrefslogtreecommitdiffstats
path: root/application/controllers/ServicegroupsController.php
blob: d35e6380d1ccb7234955027db80a88179fbae29e (plain)
1
2
3
4
5
6
7
8
9
<?php

namespace Icinga\Module\Director\Controllers;

use Icinga\Module\Director\Web\Controller\ObjectsController;

class ServicegroupsController extends ObjectsController
{
}