diff --git a/config/hcaptcha.php b/config/hcaptcha.php index 55e5824..2cd5074 100644 --- a/config/hcaptcha.php +++ b/config/hcaptcha.php @@ -4,6 +4,6 @@ * You can place your custom package configuration in here. */ return [ + 'site_key' => env('HCAPTCHA_SITE_KEY', '4b93765b-74de-44cc-8f3f-0b6dd5187d5c'), 'secret_key' => env('HCAPTCHA_SECRET_KEY', '0x70a0F8BeAe854c2b19243deec81A9c6B6B25973d'), - 'site_key' => env('HCAPTCHA_SITE_KEY', '4b93765b-74de-44cc-8f3f-0b6dd5187d5c) ]; \ No newline at end of file