From 73fdcdef47b90a7457713df7c7791c4f50816f47 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Tue, 18 Feb 2014 17:48:13 +0000 Subject: [PATCH] use without backslash --- library/Icinga/Web/Hook.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library/Icinga/Web/Hook.php b/library/Icinga/Web/Hook.php index 1af4e5438..48b6d376d 100755 --- a/library/Icinga/Web/Hook.php +++ b/library/Icinga/Web/Hook.php @@ -29,9 +29,9 @@ namespace Icinga\Web; -use \stdClass; -use \Icinga\Application\Logger as Log; -use \Icinga\Exception\ProgrammingError; +use Icinga\Application\Logger as Log; +use Icinga\Exception\ProgrammingError; +use stdClass; /** * Icinga Web Hook registry