mirror of
https://github.com/Neetpone/ponepaste.git
synced 2025-03-12 14:40:09 +01:00
9 lines
98 B
PHP
9 lines
98 B
PHP
|
<?php
|
||
|
|
||
|
namespace Illuminate\Contracts\Validation;
|
||
|
|
||
|
interface ImplicitRule extends Rule
|
||
|
{
|
||
|
//
|
||
|
}
|