Improving validation code and comments.
This commit is contained in:
parent
5956b90735
commit
4d892ad3ac
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue