You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$recaptcha = service('recaptcha');
$recaptcha->getScriptTag(); // For script tag$recaptcha->getWidget(); // For widget$recaptcha->verifyResponse($response); // For verify
Argument 1 passed to PHPDevsr\Recaptcha\Recaptcha::__construct() must be an instance of PHPDevsr\Recaptcha\Config\Recaptcha or null
Can't use
use Config\Recaptcha as RecaptchaConfig;
For now i'm using this
use PHPDevsr\Recaptcha\Config\Recaptcha as RecaptchaConfig;
The text was updated successfully, but these errors were encountered: