controllers/*templates: remove obsolete controllers

This commit is contained in:
Thomas Gelf 2016-02-27 01:43:03 +01:00
parent 1da6d64030
commit 0574217568
4 changed files with 0 additions and 36 deletions

View File

@ -1,9 +0,0 @@
<?php
namespace Icinga\Module\Director\Controllers;
use Icinga\Module\Director\Web\Controller\ObjectsController;
class CommandtemplatesController extends ObjectsController
{
}

View File

@ -1,9 +0,0 @@
<?php
namespace Icinga\Module\Director\Controllers;
use Icinga\Module\Director\Web\Controller\ObjectsController;
class HosttemplatesController extends ObjectsController
{
}

View File

@ -1,9 +0,0 @@
<?php
namespace Icinga\Module\Director\Controllers;
use Icinga\Module\Director\Web\Controller\ObjectsController;
class ServicetemplatesController extends ObjectsController
{
}

View File

@ -1,9 +0,0 @@
<?php
namespace Icinga\Module\Director\Controllers;
use Icinga\Module\Director\Web\Controller\ObjectsController;
class UsertemplatesController extends ObjectsController
{
}