Skip to content

Commit

Permalink
Merge pull request #49 from RyanDaDeng/analysis-qvJZny
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
RyanDaDeng committed Sep 22, 2019
2 parents fedc176 + 93fd681 commit 64dbc26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/googlerecaptchav3.php
Expand Up @@ -43,7 +43,7 @@
| Google reCAPTCHA credentials, https://www.google.com/recaptcha/admin
|
*/
'secret_key' => env('RECAPTCHA_V3_SECRET_KEY',''),
'secret_key' => env('RECAPTCHA_V3_SECRET_KEY', ''),
/*
|--------------------------------------------------------------------------
| Site Key
Expand All @@ -52,7 +52,7 @@
| Google reCAPTCHA credentials, https://www.google.com/recaptcha/admin
|
*/
'site_key' => env('RECAPTCHA_V3_SITE_KEY',''),
'site_key' => env('RECAPTCHA_V3_SITE_KEY', ''),

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 64dbc26

Please sign in to comment.