Skip to content

Commit

Permalink
Fixed one last indent problem
Browse files Browse the repository at this point in the history
  • Loading branch information
mjducharme committed Aug 24, 2019
1 parent 4509aa5 commit 9cfe438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ServiceProvider/CaptchaServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public function loadSiteKey($siteKey = null)
if (config('captcha.site_key')) {
return config('captcha.site_key');
} elseif (env('RECAPTCHA_SITE_KEY')) {
return env('RECAPTCHA_SITE_KEY');
return env('RECAPTCHA_SITE_KEY');
}

throw new SiteKeyNotFoundException;
Expand Down

0 comments on commit 9cfe438

Please sign in to comment.