Browse Source

Improving validation code and comments.

Taylor Otwell 13 years ago
parent
commit
4d892ad3ac
1 changed files with 0 additions and 1 deletions
  1. 0 1
      system/validation/rules/uniqueness_of.php

+ 0 - 1
system/validation/rules/uniqueness_of.php

@@ -1,7 +1,6 @@
 <?php namespace System\Validation\Rules;
 
 use System\DB;
-use System\DB\Eloquent;
 use System\Validation\Rule;
 
 class Uniqueness_Of extends Rule {