Skip to content

Commit

Permalink
Removed no longer required $debug parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
andysh-uk committed Nov 25, 2020
1 parent 9ad7c3d commit 81e4f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Services/RecaptchaService.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function setKeys($siteKey, $secretKey)
$this->secretKey = $secretKey;
}

public function validateTokenFromRequest(Request $request, $debug = false)
public function validateTokenFromRequest(Request $request)
{
$extension = $this->registry->getExtension(Extension::class);

Expand Down

0 comments on commit 81e4f9d

Please sign in to comment.