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

10 lines
179 B
PHP
Raw Normal View History

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