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

13 lines
282 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\ObjectsController;
class ApiusersController extends ObjectsController
{
}