Commit 46bf67ae authored by Taylor Otwell's avatar Taylor Otwell

remove unused property from validator.

parent ee2d38f2
...@@ -58,13 +58,6 @@ class Validator { ...@@ -58,13 +58,6 @@ class Validator {
*/ */
protected $size_rules = array('size', 'between', 'min', 'max'); protected $size_rules = array('size', 'between', 'min', 'max');
/**
* The inclusion related validation rules.
*
* @var array
*/
protected $inclusion_rules = array('in', 'not_in', 'mimes');
/** /**
* The numeric related validation rules. * The numeric related validation rules.
* *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment