Skip to content

Commit

Permalink
added missing function
Browse files Browse the repository at this point in the history
  • Loading branch information
daveismynamecom authored Sep 10, 2017
1 parent b69a481 commit eb0d934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Helpers/ReCaptcha.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public static function make($config = null)
* @param string|null $remoteIp
* @return boolean
*/
public static check($response = null, $remoteIp = null)
public static function check($response = null, $remoteIp = null)
{
$instance = new static();

Expand Down

0 comments on commit eb0d934

Please sign in to comment.