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

13 lines
281 B
PHP
Raw Permalink Normal View History

<?php
// SPDX-FileCopyrightText: 2018 Icinga GmbH <https://icinga.com>
// SPDX-License-Identifier: GPL-3.0-or-later
2015-10-20 16:34:04 -04:00
namespace Icinga\Module\Director\Controllers;
use Icinga\Module\Director\Web\Controller\ObjectController;
2015-10-20 16:34:04 -04:00
class UsergroupController extends ObjectController
{
}