Improving validation code and comments.

This commit is contained in:
Taylor Otwell 2011-06-22 07:07:49 -07:00
parent 5956b90735
commit 4d892ad3ac
1 changed files with 0 additions and 1 deletions

View File

@ -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 {