Correct property name bug in validator.
This commit is contained in:
parent
9f09af4a1b
commit
9c4361fcfc
|
|
@ -35,7 +35,7 @@ class Validator {
|
||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
public $lang;
|
public $language;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The "size" related validation rules.
|
* The "size" related validation rules.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue