ConfigJob: fix no $api available
This commit is contained in:
parent
862ffee616
commit
cf88f110e0
|
@ -128,7 +128,7 @@ class ConfigJob extends JobHook
|
|||
{
|
||||
return DirectorDeploymentLog::getConfigChecksumForStageName(
|
||||
$this->db(),
|
||||
$api->getActiveStageName()
|
||||
$this->api()->getActiveStageName()
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue