mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2026-05-19 08:32:32 -04:00
8 lines
130 B
PHP
8 lines
130 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
use Icinga\Module\Director\Web\Controller\ObjectController;
|
||
|
|
|
||
|
|
class Director_CommandController extends ObjectController
|
||
|
|
{
|
||
|
|
}
|