Open MDylan opened 2 years ago
In the readme you mention: Honey::recaptcha()->check($token);
Honey::recaptcha()->check($token);
But this function not exists. The right is: Honey::recaptcha()->checkToken($token);
Honey::recaptcha()->checkToken($token);
In the readme you mention:
Honey::recaptcha()->check($token);
But this function not exists. The right is:
Honey::recaptcha()->checkToken($token);