Skip to content

Commit 997b0e4

Browse files
author
Andreas Aagaard
committed
# Migrated to PHP <7.4
1 parent e49f6b4 commit 997b0e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/WebhookProcessor.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ class WebhookProcessor {
1414
* @var Request
1515
*/
1616

17-
protected Request $request;
17+
protected $request;
1818

1919
/**
2020
* @var WebhookConfig
2121
*/
2222

23-
protected WebhookConfig $config;
23+
protected $config;
2424

2525
public function __construct(Request $request, WebhookConfig $config)
2626
{

0 commit comments

Comments
 (0)