ConfigJob: use helper method

This commit is contained in:
Thomas Gelf 2016-06-16 16:16:28 +02:00
parent 558128e36e
commit a07983abd9
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ class ConfigJob extends JobHook
$db = $this->db();
return IcingaConfig::exists(
DirectorDeploymentLog::loadLatest($db)->getConfigHexChecksum(),
$this->lastDeployment()->getConfigHexChecksum(),
$db
);
}