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 e040a76 commit bf7635fCopy full SHA for bf7635f
src/Configurations/ReCaptchaConfigV3.php
@@ -19,7 +19,7 @@ public function getRequestMethod()
19
*/
20
public function isServiceEnabled()
21
{
22
- return config('googlerecaptchav3.site_key');
+ return config('googlerecaptchav3.is_service_enabled');
23
}
24
25
/**
0 commit comments