Skip to content

Commit bf7635f

Browse files
committed
fixed bug
1 parent e040a76 commit bf7635f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Configurations/ReCaptchaConfigV3.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public function getRequestMethod()
1919
*/
2020
public function isServiceEnabled()
2121
{
22-
return config('googlerecaptchav3.site_key');
22+
return config('googlerecaptchav3.is_service_enabled');
2323
}
2424

2525
/**

0 commit comments

Comments
 (0)