Skip to content

Commit 00c03a8

Browse files
authored
Merge pull request #2 from binary-cats/fix-store-webhook-model-signature
Fix the signature of the model
2 parents 4ccd275 + fb5e508 commit 00c03a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WebhookCall.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
class WebhookCall extends Model
1111
{
12-
public static function storeWebhook(WebhookConfig $config, Request $request): self
12+
public static function storeWebhook(WebhookConfig $config, Request $request): Model
1313
{
1414
// payload is not proper JSON, rather is it split between three blocks
1515
$payload = $request->input();

0 commit comments

Comments
 (0)