Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

Commit

Permalink
add httpClientRequest in deprecated ReCaptcha.php
Browse files Browse the repository at this point in the history
  • Loading branch information
himiklab committed May 14, 2019
1 parent 1a15b15 commit 341ae7e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ReCaptcha.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ class ReCaptcha extends ReCaptcha2
/** @var boolean */
public $checkHostName = false;

/** @var \yii\httpclient\Request */
public $httpClientRequest;

public function init()
{
}
Expand Down

0 comments on commit 341ae7e

Please sign in to comment.