HostsController: indentation

This commit is contained in:
Thomas Gelf 2017-07-13 17:02:32 +02:00
parent c381fb76f0
commit f12271f7a3

View File

@ -61,10 +61,11 @@ class HostsController extends ObjectsController
count($objects)
);
$this->content()->add(IcingaAddServiceToMultipleHostsForm::load()
->setHosts($objects)
->setDb($this->db())
->handleRequest()
$this->content()->add(
IcingaAddServiceToMultipleHostsForm::load()
->setHosts($objects)
->setDb($this->db())
->handleRequest()
);
}
}