HosttemplatesController: first templates controller

This commit is contained in:
Thomas Gelf 2015-07-30 11:44:03 +02:00
parent 2643b6ae8c
commit a61ab0f890
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
<?php
use Icinga\Module\Director\Web\Controller\ObjectsController;
class Director_HosttemplatesController extends ObjectsController
{
}