mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 17:24:18 +02:00
IcingaDependency: just whitespace
This commit is contained in:
parent
2e483fefba
commit
c277a5be53
@ -372,14 +372,14 @@ class IcingaDependency extends IcingaObject
|
||||
$this->connection
|
||||
);
|
||||
|
||||
//services for applicable templates
|
||||
// services for applicable templates
|
||||
$resolver = $tmpHost->templateResolver();
|
||||
foreach ($resolver->fetchResolvedParents() as $template_obj) {
|
||||
$objKey = [
|
||||
'host_id' => $template_obj->id,
|
||||
'object_name' => $this->unresolvedRelatedProperties[$name]
|
||||
];
|
||||
try {
|
||||
try {
|
||||
$object = $class::load( $objKey, $this->connection);
|
||||
} catch (NotFoundError $e) {
|
||||
continue;
|
||||
|
Loading…
x
Reference in New Issue
Block a user