ShowController: add missing use statement

Signed-off-by: Thomas Gelf <thomas@gelf.net>
This commit is contained in:
Alexander A. Klimov 2015-10-21 11:42:52 +02:00 committed by Thomas Gelf
parent 1bbd07efe1
commit 6dbc4e2e83
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ namespace Icinga\Module\Director\Controllers;
use Icinga\Module\Director\ConfigDiff; use Icinga\Module\Director\ConfigDiff;
use Icinga\Module\Director\Web\Controller\ActionController; use Icinga\Module\Director\Web\Controller\ActionController;
use Icinga\Module\Director\Util; use Icinga\Module\Director\Util;
use Icinga\Module\Director\Objects\IcingaObject;
class ShowController extends ActionController class ShowController extends ActionController
{ {