`Macro`: Import generic class `stdClass`
Generic empty class `stdClass` is imported as it is one of the return type for `Macro::resolveMacro()`
This commit is contained in:
parent
8b6f9fbfed
commit
1b1182d9b9
|
@ -5,6 +5,7 @@ namespace Icinga\Module\Monitoring\Object;
|
|||
|
||||
use Exception;
|
||||
use Icinga\Application\Logger;
|
||||
use stdClass;
|
||||
|
||||
/**
|
||||
* Expand macros in string in the context of MonitoredObjects
|
||||
|
|
Loading…
Reference in New Issue