public function HCaptcha::isSuccess in hCaptcha 7
File
- src/
HCaptcha/ HCaptcha.php, line 77
Class
Namespace
HCaptchaCode
public function isSuccess() {
return $this->success;
}
public function isSuccess() {
return $this->success;
}