We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 852e95c commit a8fcff3Copy full SHA for a8fcff3
1 file changed
Library/Client/Disturb.php
@@ -35,7 +35,7 @@ public function __construct()
35
public function getWorkflow(string $workflowProcessId)
36
{
37
$this->di->get('logr')->debug(json_encode(func_get_args()));
38
- $contextStorage = new Context\ContextStorageService($this->di->get('disturb-config')->get('workflowConfigFilePath'));
+ $contextStorage = new Context\ContextStorageService($this->di->get('WorkflowConfig'));
39
return $contextStorage->get($workflowProcessId);
40
}
41
0 commit comments