ShowController: add missing use statement
Signed-off-by: Thomas Gelf <thomas@gelf.net>
This commit is contained in:
parent
1bbd07efe1
commit
6dbc4e2e83
|
@ -5,6 +5,7 @@ namespace Icinga\Module\Director\Controllers;
|
|||
use Icinga\Module\Director\ConfigDiff;
|
||||
use Icinga\Module\Director\Web\Controller\ActionController;
|
||||
use Icinga\Module\Director\Util;
|
||||
use Icinga\Module\Director\Objects\IcingaObject;
|
||||
|
||||
class ShowController extends ActionController
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue