samples-php
samples-php copied to clipboard
Remove "use Workflow.getLogger" comment from SagaWorkflow example
There is a comment in SagaWorkflow example which contradicts SDK code:
In production code please always use Workflow.getLogger to log messages in workflow code.
There is no Workflow::getLogger method.