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) count($objects)
); );
$this->content()->add(IcingaAddServiceToMultipleHostsForm::load() $this->content()->add(
->setHosts($objects) IcingaAddServiceToMultipleHostsForm::load()
->setDb($this->db()) ->setHosts($objects)
->handleRequest() ->setDb($this->db())
->handleRequest()
); );
} }
} }