Commit 4d892ad3 authored by Taylor Otwell's avatar Taylor Otwell

Improving validation code and comments.

parent 5956b907
<?php namespace System\Validation\Rules; <?php namespace System\Validation\Rules;
use System\DB; use System\DB;
use System\DB\Eloquent;
use System\Validation\Rule; use System\Validation\Rule;
class Uniqueness_Of extends Rule { class Uniqueness_Of extends Rule {
......
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