mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
ConfigJob: use helper method
This commit is contained in:
parent
558128e36e
commit
a07983abd9
@ -61,7 +61,7 @@ class ConfigJob extends JobHook
|
|||||||
$db = $this->db();
|
$db = $this->db();
|
||||||
|
|
||||||
return IcingaConfig::exists(
|
return IcingaConfig::exists(
|
||||||
DirectorDeploymentLog::loadLatest($db)->getConfigHexChecksum(),
|
$this->lastDeployment()->getConfigHexChecksum(),
|
||||||
$db
|
$db
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user