Fix syntax error.

This commit is contained in:
Dane Everitt
2017-03-31 21:47:53 -04:00
parent 75119611b9
commit 2dec659dd1

View File

@@ -43,7 +43,7 @@ class VerifyReCaptcha
return false;
}
return $result->hostname === $url['host'];;
return $result->hostname === $url['host'];
};
if ($result->success && (! config('recaptcha.verify_domain') || $verified($result, $request))) {