Browse Source

remove unused property from validator.

Taylor Otwell 13 years ago
parent
commit
46bf67aeed
1 changed files with 0 additions and 7 deletions
  1. 0 7
      laravel/validator.php

+ 0 - 7
laravel/validator.php

@@ -58,13 +58,6 @@ class Validator {
 	 */
 	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.
 	 *