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

13 lines
283 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\ObjectsController;
2015-10-20 16:34:04 -04:00
class EndpointsController extends ObjectsController
{
}