blob: 8e7a5207886e23ce484a8ec30267728ca43fb22d [file] [log] [blame]
<?php
namespace Illuminate\Contracts\Support;
use ArrayAccess;
use IteratorAggregate;
interface ValidatedData extends Arrayable, ArrayAccess, IteratorAggregate
{
//
}