Fix syntax error.

This commit is contained in:
Dane Everitt 2017-03-31 21:47:53 -04:00
parent 75119611b9
commit 2dec659dd1
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53

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))) {