Skip to content

Commit c951dd6

Browse files
docs: Fix documentation on how to use signals
1 parent a04188a commit c951dd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/features/signals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To trigger a signal on a workflow, call the method on the workflow instance. The
2929
```php
3030
use Workflow\WorkflowStub;
3131

32-
$workflow = WorkflowStub::make(MyWorkflow::class);
32+
$workflow = WorkflowStub::load($workflowId);
3333

3434
$workflow->setReady(true);
3535
```

0 commit comments

Comments
 (0)