mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 17:24:18 +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();
|
||||
|
||||
return IcingaConfig::exists(
|
||||
DirectorDeploymentLog::loadLatest($db)->getConfigHexChecksum(),
|
||||
$this->lastDeployment()->getConfigHexChecksum(),
|
||||
$db
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user