mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-09-26 11:19:16 +02:00
8 lines
141 B
PHP
8 lines
141 B
PHP
<?php
|
|
|
|
use Icinga\Module\Director\Web\Controller\ObjectsController;
|
|
|
|
class Director_CommandtemplatesController extends ObjectsController
|
|
{
|
|
}
|