Просмотр файла vendor/laravel/framework/src/Illuminate/Contracts/Support/ValidatedData.php

Размер файла: 174B
<?php

namespace Illuminate\Contracts\Support;

use ArrayAccess;
use IteratorAggregate;

interface ValidatedData extends Arrayable, ArrayAccess, IteratorAggregate
{
    //
}