Skip to content

Commit 7bef7f6

Browse files
authored
Update webhooks.md
1 parent bd4fbdd commit 7bef7f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docs/features/webhooks.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ curl -X POST "https://example.com/webhooks/signal/order-workflow/1/mark-as-shipp
8585
The `$this->webhookUrl()` helper generates webhook URLs for starting workflows or sending signals.
8686

8787
```
88-
$activity->webhookUrl();
89-
$activity->webhookUrl('signalMethod');
88+
$this->webhookUrl();
89+
$this->webhookUrl('signalMethod');
9090
```
9191

9292
Parameters

0 commit comments

Comments
 (0)