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

namespace Icinga\Module\Director\Controllers;

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

class ServicegroupController extends ObjectController
{
}