use without backslash
This commit is contained in:
parent
445c981d01
commit
73fdcdef47
|
@ -29,9 +29,9 @@
|
||||||
|
|
||||||
namespace Icinga\Web;
|
namespace Icinga\Web;
|
||||||
|
|
||||||
use \stdClass;
|
use Icinga\Application\Logger as Log;
|
||||||
use \Icinga\Application\Logger as Log;
|
use Icinga\Exception\ProgrammingError;
|
||||||
use \Icinga\Exception\ProgrammingError;
|
use stdClass;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Icinga Web Hook registry
|
* Icinga Web Hook registry
|
||||||
|
|
Loading…
Reference in New Issue