ConfigJob: use helper method
This commit is contained in:
parent
558128e36e
commit
a07983abd9
|
@ -61,7 +61,7 @@ class ConfigJob extends JobHook
|
|||
$db = $this->db();
|
||||
|
||||
return IcingaConfig::exists(
|
||||
DirectorDeploymentLog::loadLatest($db)->getConfigHexChecksum(),
|
||||
$this->lastDeployment()->getConfigHexChecksum(),
|
||||
$db
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue