ImplicitRule.php 98 Bytes
<?php

namespace Illuminate\Contracts\Validation;

interface ImplicitRule extends Rule
{
    //
}