mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-08-16 07:18:09 +02:00
DeploymentStatus: fix method signature, use getter
This commit is contained in:
parent
31a66b6619
commit
2712275c45
@ -41,7 +41,7 @@ class DeploymentStatus
|
||||
'activity' => null
|
||||
];
|
||||
} else {
|
||||
$lastActivityLogChecksum = bin2hex($activityLogChecksum->last_activity_checksum);
|
||||
$lastActivityLogChecksum = bin2hex($activityLogChecksum->get('last_activity_checksum'));
|
||||
$configChecksum = $this->getConfigChecksumForStageName($stageName);
|
||||
$activeConfiguration = [
|
||||
'stage_name' => $stageName,
|
||||
@ -149,9 +149,8 @@ class DeploymentStatus
|
||||
}
|
||||
|
||||
/**
|
||||
* @param $db
|
||||
* @param array $binaryConfigChecksums
|
||||
* @return mixed
|
||||
* @return array
|
||||
*/
|
||||
public function getDeployedConfigs(array $binaryConfigChecksums)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user