Skip to content

Commit cceea8e

Browse files
ACPT-1360
Fixing resetState methods so that the object's state is the same as it was when first constructed
1 parent 8fbca6a commit cceea8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReCaptchaVersion3Invisible/Model/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class Config implements ResetAfterRequestInterface
4343
/**
4444
* @var array
4545
*/
46-
private array $uiConfig;
46+
private array $uiConfig = [];
4747

4848
/**
4949
* @var ValidationConfigProvider

0 commit comments

Comments
 (0)