• File: ImplicitRule.php
  • Full Path: /home/masbinta/public_html/core/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
{
    //
}