You are here

public function HCaptcha::isSuccess in hCaptcha 7

File

src/HCaptcha/HCaptcha.php, line 77

Class

HCaptcha

Namespace

HCaptcha

Code

public function isSuccess() {
  return $this->success;
}