SimpleController: obsolete, removed

This commit is contained in:
Thomas Gelf 2017-07-24 09:19:54 +02:00
parent 6380ab369d
commit 32be68b671
1 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
<?php
namespace Icinga\Module\Director\Web\Controller;
use Icinga\Module\Director\Web\Controller\Extension\DirectorDb;
use Icinga\Module\Director\Web\Controller\Extension\QuickSearch;
use ipl\Web\CompatController;
// TODO: Delete me
abstract class SimpleController extends CompatController
{
use DirectorDb;
use QuickSearch;
}