LaysenseAuth/vendor/illuminate/contracts/Support/ValidatedData.php
2024-08-09 22:16:39 +08:00

12 lines
174 B
PHP

<?php
namespace Illuminate\Contracts\Support;
use ArrayAccess;
use IteratorAggregate;
interface ValidatedData extends Arrayable, ArrayAccess, IteratorAggregate
{
//
}