Skip to content

Commit 64dbc26

Browse files
authored
Merge pull request #49 from RyanDaDeng/analysis-qvJZny
Apply fixes from StyleCI
2 parents fedc176 + 93fd681 commit 64dbc26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/googlerecaptchav3.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
| Google reCAPTCHA credentials, https://www.google.com/recaptcha/admin
4444
|
4545
*/
46-
'secret_key' => env('RECAPTCHA_V3_SECRET_KEY',''),
46+
'secret_key' => env('RECAPTCHA_V3_SECRET_KEY', ''),
4747
/*
4848
|--------------------------------------------------------------------------
4949
| Site Key
@@ -52,7 +52,7 @@
5252
| Google reCAPTCHA credentials, https://www.google.com/recaptcha/admin
5353
|
5454
*/
55-
'site_key' => env('RECAPTCHA_V3_SITE_KEY',''),
55+
'site_key' => env('RECAPTCHA_V3_SITE_KEY', ''),
5656

5757
/*
5858
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)