Skip to content

Commit fb5e508

Browse files
committed
Fix the signature of the model
1 parent 4ccd275 commit fb5e508

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)