mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 16:24:04 +02:00
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…
x
Reference in New Issue
Block a user