Skip to content

Commit aa0761a

Browse files
Brandon BishopBrandon Bishop
authored andcommitted
fix
1 parent fdfce6c commit aa0761a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Model/WebhookModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function __construct(
6161
Context $context,
6262
Registry $registry,
6363
private Json $json,
64-
AbstractResource $resource = null,
64+
?AbstractResource $resource = null,
6565
AbstractDb $resourceCollection = null,
6666
array $data = []
6767
) {

0 commit comments

Comments
 (0)