Skip to content

Commit 3034b95

Browse files
authored
Exclude workflowId (#238)
1 parent 642db2f commit 3034b95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Webhooks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ static function (Request $request, $workflowId) use ($workflow, $method) {
104104
$params = self::resolveNamedParameters(
105105
$workflow,
106106
$method->getName(),
107-
$request->except('workflow_id')
107+
$request->except('workflowId')
108108
);
109109
$workflowInstance->{$method->getName()}(...$params);
110110
return response()->json([

0 commit comments

Comments
 (0)