IcingaDependency: just whitespace
This commit is contained in:
parent
2e483fefba
commit
c277a5be53
|
@ -372,14 +372,14 @@ class IcingaDependency extends IcingaObject
|
||||||
$this->connection
|
$this->connection
|
||||||
);
|
);
|
||||||
|
|
||||||
//services for applicable templates
|
// services for applicable templates
|
||||||
$resolver = $tmpHost->templateResolver();
|
$resolver = $tmpHost->templateResolver();
|
||||||
foreach ($resolver->fetchResolvedParents() as $template_obj) {
|
foreach ($resolver->fetchResolvedParents() as $template_obj) {
|
||||||
$objKey = [
|
$objKey = [
|
||||||
'host_id' => $template_obj->id,
|
'host_id' => $template_obj->id,
|
||||||
'object_name' => $this->unresolvedRelatedProperties[$name]
|
'object_name' => $this->unresolvedRelatedProperties[$name]
|
||||||
];
|
];
|
||||||
try {
|
try {
|
||||||
$object = $class::load( $objKey, $this->connection);
|
$object = $class::load( $objKey, $this->connection);
|
||||||
} catch (NotFoundError $e) {
|
} catch (NotFoundError $e) {
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Reference in New Issue