From 6dbc4e2e83abe7bde44e25653855a588c0b082e0 Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" Date: Wed, 21 Oct 2015 11:42:52 +0200 Subject: [PATCH] ShowController: add missing use statement Signed-off-by: Thomas Gelf --- application/controllers/ShowController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/controllers/ShowController.php b/application/controllers/ShowController.php index 1cd81057..94012a4b 100644 --- a/application/controllers/ShowController.php +++ b/application/controllers/ShowController.php @@ -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 {