SimpleController: obsolete, removed
This commit is contained in:
parent
6380ab369d
commit
32be68b671
|
@ -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;
|
|
||||||
}
|
|
Loading…
Reference in New Issue