Skip to content

Commit 0224f36

Browse files
authored
Update laravel-no-captcha-v3.php
1 parent dac583c commit 0224f36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config/laravel-no-captcha-v3.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
/* Recaptcha Credentials */
1111
/* -------------------------------------------------------------------------- */
1212
'recaptcha' => [
13-
'site_key' => '',
14-
'secret_key' => ''
13+
'site_key' => env('GOOGLE_RECAPTCHA_SITE_KEY'),
14+
'secret_key' => env('GOOGLE_RECAPTCHA_SECRET_KEY')
1515
]
1616
];

0 commit comments

Comments
 (0)