mirror of
https://github.com/yiisoft/yii2.git
synced 2025-10-30 01:56:35 +08:00
Add visibility for all class elements (#20557)
This commit is contained in:
@ -45,7 +45,7 @@ class CaptchaAction extends Action
|
||||
/**
|
||||
* The name of the GET parameter indicating whether the CAPTCHA image should be regenerated.
|
||||
*/
|
||||
const REFRESH_GET_VAR = 'refresh';
|
||||
public const REFRESH_GET_VAR = 'refresh';
|
||||
|
||||
/**
|
||||
* @var int how many times should the same CAPTCHA be displayed. Defaults to 3.
|
||||
|
||||
Reference in New Issue
Block a user