IcingaDependency: just whitespace

This commit is contained in:
Thomas Gelf 2017-09-27 21:47:45 +02:00
parent 2e483fefba
commit c277a5be53
1 changed files with 2 additions and 2 deletions

View File

@ -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;