Skip to content

Commit db0456c

Browse files
authored
Merge pull request #169 from magento/sdzhepa-fix-issue-168
Fix issue #168
2 parents 2ccc802 + 69abaf9 commit db0456c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReCaptchaValidation/Model/ValidationConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function __construct(
4545
string $privateKey,
4646
string $remoteIp,
4747
string $validationFailureMessage,
48-
?ValidationConfigExtensionInterface $extensionAttributes
48+
ValidationConfigExtensionInterface $extensionAttributes = null
4949
) {
5050
$this->privateKey = $privateKey;
5151
$this->remoteIp = $remoteIp;

0 commit comments

Comments
 (0)