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

namespace Icinga\Module\Director\Controllers;

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

class ApiuserController extends ObjectController
{
}