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 bd4fbdd commit 7bef7f6Copy full SHA for 7bef7f6
docs/features/webhooks.md
@@ -85,8 +85,8 @@ curl -X POST "https://example.com/webhooks/signal/order-workflow/1/mark-as-shipp
85
The `$this->webhookUrl()` helper generates webhook URLs for starting workflows or sending signals.
86
87
```
88
-$activity->webhookUrl();
89
-$activity->webhookUrl('signalMethod');
+$this->webhookUrl();
+$this->webhookUrl('signalMethod');
90
91
92
Parameters
0 commit comments