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

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
himiklab committed Mar 25, 2019
1 parent 66e5a34 commit d21cccc
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 @@ -59,6 +59,9 @@ class ReCaptcha extends InputWidget
/** @var string Your secret. */
public $secret;

/** @var string Use [[SITE_VERIFY_URL_ALTERNATIVE]] when [[SITE_VERIFY_URL_DEFAULT]] is not accessible. */
public $siteVerifyUrl;

/** @var string The color theme of the widget. [[THEME_LIGHT]] (default) or [[THEME_DARK]] */
public $theme;

Expand Down

0 comments on commit d21cccc

Please sign in to comment.