We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a04188a commit c951dd6Copy full SHA for c951dd6
docs/features/signals.md
@@ -29,7 +29,7 @@ To trigger a signal on a workflow, call the method on the workflow instance. The
29
```php
30
use Workflow\WorkflowStub;
31
32
-$workflow = WorkflowStub::make(MyWorkflow::class);
+$workflow = WorkflowStub::load($workflowId);
33
34
$workflow->setReady(true);
35
```
0 commit comments