File "ImplicitRule.php"

Full Path: /home/clickysoft/public_html/jmapi5.clickysoft.net/vendor/laravel/framework/src/Illuminate/Contracts/Validation/ImplicitRule.php
File size: 98 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Illuminate\Contracts\Validation;

interface ImplicitRule extends Rule
{
    //
}