Correct property name bug in validator.

This commit is contained in:
Taylor Otwell 2011-07-22 11:38:30 -07:00
parent 9f09af4a1b
commit 9c4361fcfc
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ class Validator {
*
* @var string
*/
public $lang;
public $language;
/**
* The "size" related validation rules.