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 df2936b commit 3b2dd10Copy full SHA for 3b2dd10
docs/features/webhooks.md
@@ -101,7 +101,7 @@ use Workflow\Activity;
101
102
class ShipOrderActivity extends Activity
103
{
104
- public function execute(string $email, StoredWorkflow $storedWorkflow): void
+ public function execute(string $email): void
105
106
$startUrl = $this->webhookUrl();
107
// $startUrl = '/webhooks/start/order-workflow';
0 commit comments