Skip to content

Commit 68488df

Browse files
authored
Merge pull request #117 from magento-performance/application-server
ACPT-1360: _resetState methods cause same state as initially constructed
2 parents 506c339 + 0e3627a commit 68488df

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)