From 6298659c32244bfd4e4733b5552fc635b25a115e Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Fri, 22 Apr 2016 11:21:55 +0200 Subject: [PATCH] ConfigCommand: add missing Util class --- application/clicommands/ConfigCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/clicommands/ConfigCommand.php b/application/clicommands/ConfigCommand.php index ca44d853..85408e1c 100644 --- a/application/clicommands/ConfigCommand.php +++ b/application/clicommands/ConfigCommand.php @@ -5,7 +5,7 @@ namespace Icinga\Module\Director\Clicommands; use Icinga\Application\Benchmark; use Icinga\Module\Director\Cli\Command; use Icinga\Module\Director\IcingaConfig\IcingaConfig; -use Icinga\Module\Director\Data\Db\DbObject; +use Icinga\Module\Director\Util; /** * Generate, show and deploy Icinga 2 configuration