blob: bbc64f44eb461e0131d8aec3843fd885a09d42dc [file] [log] [blame]
<?php
namespace Illuminate\Contracts\Validation;
interface ImplicitRule extends Rule
{
//
}