View file vendor/laravel/framework/src/Illuminate/Contracts/Validation/ImplicitRule.php

File size: 98B
<?php

namespace Illuminate\Contracts\Validation;

interface ImplicitRule extends Rule
{
    //
}