mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
Livestatus\Connection: add missing use statements
This commit is contained in:
parent
fd55ffe47e
commit
e0143bf572
@ -8,6 +8,8 @@ use Icinga\Application\Benchmark;
|
|||||||
use Icinga\Exception\ConfigurationError;
|
use Icinga\Exception\ConfigurationError;
|
||||||
use Icinga\Exception\SystemPermissionException;
|
use Icinga\Exception\SystemPermissionException;
|
||||||
use Icinga\Exception\IcingaException;
|
use Icinga\Exception\IcingaException;
|
||||||
|
use Exception;
|
||||||
|
use SplFixedArray;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Backend class managing handling MKI Livestatus connections
|
* Backend class managing handling MKI Livestatus connections
|
||||||
|
Loading…
x
Reference in New Issue
Block a user