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.
2 parents fedc176 + 93fd681 commit 64dbc26Copy full SHA for 64dbc26
config/googlerecaptchav3.php
@@ -43,7 +43,7 @@
43
| Google reCAPTCHA credentials, https://www.google.com/recaptcha/admin
44
|
45
*/
46
- 'secret_key' => env('RECAPTCHA_V3_SECRET_KEY',''),
+ 'secret_key' => env('RECAPTCHA_V3_SECRET_KEY', ''),
47
/*
48
|--------------------------------------------------------------------------
49
| Site Key
@@ -52,7 +52,7 @@
52
53
54
55
- 'site_key' => env('RECAPTCHA_V3_SITE_KEY',''),
+ 'site_key' => env('RECAPTCHA_V3_SITE_KEY', ''),
56
57
58
0 commit comments