2018-11-05 09:26:30 +08:00

9 lines
98 B
PHP

<?php
namespace Illuminate\Contracts\Validation;
interface ImplicitRule extends Rule
{
//
}