Skip to content

Commit 3b2dd10

Browse files
authored
Update webhooks.md
1 parent df2936b commit 3b2dd10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/features/webhooks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ use Workflow\Activity;
101101
102102
class ShipOrderActivity extends Activity
103103
{
104-
public function execute(string $email, StoredWorkflow $storedWorkflow): void
104+
public function execute(string $email): void
105105
{
106106
$startUrl = $this->webhookUrl();
107107
// $startUrl = '/webhooks/start/order-workflow';

0 commit comments

Comments
 (0)