Skip to content

Commit 2dec659

Browse files
committed
Fix syntax error.
1 parent 7511961 commit 2dec659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Middleware/VerifyReCaptcha.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function handle($request, Closure $next)
4343
return false;
4444
}
4545

46-
return $result->hostname === $url['host'];;
46+
return $result->hostname === $url['host'];
4747
};
4848

4949
if ($result->success && (! config('recaptcha.verify_domain') || $verified($result, $request))) {

0 commit comments

Comments
 (0)