12 lines
140 B
PHP
12 lines
140 B
PHP
|
<?php
|
||
|
|
||
|
namespace Illuminate\Contracts\Validation;
|
||
|
|
||
|
/**
|
||
|
* @deprecated see ValidationRule
|
||
|
*/
|
||
|
interface ImplicitRule extends Rule
|
||
|
{
|
||
|
//
|
||
|
}
|