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.
2 parents a04188a + c951dd6 commit 34db9abCopy full SHA for 34db9ab
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