We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02d0e70 commit ba8fbc4Copy full SHA for ba8fbc4
src/GoogleReCaptchaV3.php
@@ -17,8 +17,8 @@ class GoogleReCaptchaV3
17
private $config;
18
private $requestClient;
19
private $action;
20
- private $defaultFieldView = 'GoogleReCaptchaV3::googlerecaptcha.field';
21
- private $defaultHeaderView = 'GoogleReCaptchaV3::googlerecaptcha.header';
+ private $defaultFieldView = 'GoogleReCaptchaV3::googlerecaptchav3.field';
+ private $defaultHeaderView = 'GoogleReCaptchaV3::googlerecaptchav3.header';
22
private $request;
23
24
public function __construct(ReCaptchaConfigV3Interface $config, RequestClientInterface $requestClient)
0 commit comments