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