blob: bbc64f44eb461e0131d8aec3843fd885a09d42dc [file] [log] [blame]
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001<?php
2
3namespace Illuminate\Contracts\Validation;
4
5interface ImplicitRule extends Rule
6{
7 //
8}