mirror of
https://github.com/yiisoft/yii2.git
synced 2025-10-29 01:17:13 +08:00
Add visibility for all class elements (#20557)
This commit is contained in:
@ -48,7 +48,7 @@ class IpValidator extends Validator
|
||||
* @see networks
|
||||
* @see ranges
|
||||
*/
|
||||
const NEGATION_CHAR = '!';
|
||||
public const NEGATION_CHAR = '!';
|
||||
|
||||
/**
|
||||
* @var array The network aliases, that can be used in [[ranges]].
|
||||
|
||||
Reference in New Issue
Block a user