Fix syntax error.
This commit is contained in:
parent
75119611b9
commit
2dec659dd1
|
@ -43,7 +43,7 @@ class VerifyReCaptcha
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
return $result->hostname === $url['host'];;
|
return $result->hostname === $url['host'];
|
||||||
};
|
};
|
||||||
|
|
||||||
if ($result->success && (! config('recaptcha.verify_domain') || $verified($result, $request))) {
|
if ($result->success && (! config('recaptcha.verify_domain') || $verified($result, $request))) {
|
||||||
|
|
Loading…
Reference in New Issue