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

13 lines
279 B
PHP
Raw Permalink Normal View History

2015-12-17 08:58:43 -05:00
<?php
// SPDX-FileCopyrightText: 2018 Icinga GmbH <https://icinga.com>
// SPDX-License-Identifier: GPL-3.0-or-later
2015-12-17 08:58:43 -05:00
namespace Icinga\Module\Director\Controllers;
use Icinga\Module\Director\Web\Controller\ObjectController;
class ApiuserController extends ObjectController
{
}