mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-02-16 01:09:48 -05:00
BusinessProcess: enforce MonitoringBackend
This commit is contained in:
parent
c97507db94
commit
9455ec5e1f
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ class BusinessProcess
|
|||
return $this;
|
||||
}
|
||||
|
||||
public function retrieveStatesFromBackend($backend)
|
||||
public function retrieveStatesFromBackend(MonitoringBackend $backend)
|
||||
{
|
||||
$this->backend = $backend;
|
||||
// TODO: Split apart, create a dedicated function.
|
||||
|
|
|
|||
Loading…
Reference in a new issue