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

10 lines
176 B
PHP
Raw Normal View History

<?php
2015-10-20 22:34:04 +02:00
namespace Icinga\Module\Director\Controllers;
use Icinga\Module\Director\Web\Controller\ObjectsController;
2015-10-20 22:34:04 +02:00
class HosttemplatesController extends ObjectsController
{
}