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