Skip to content

Commit a8fcff3

Browse files
authored
fix ctx storage config
1 parent 852e95c commit a8fcff3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Library/Client/Disturb.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function __construct()
3535
public function getWorkflow(string $workflowProcessId)
3636
{
3737
$this->di->get('logr')->debug(json_encode(func_get_args()));
38-
$contextStorage = new Context\ContextStorageService($this->di->get('disturb-config')->get('workflowConfigFilePath'));
38+
$contextStorage = new Context\ContextStorageService($this->di->get('WorkflowConfig'));
3939
return $contextStorage->get($workflowProcessId);
4040
}
4141
}

0 commit comments

Comments
 (0)