Skip to content
Snippets Groups Projects
Document.php 118 B
Newer Older
Pavel's avatar
Pavel committed
<?php

namespace IQDEV\ElasticSearch\Document;

use IQDEV\ElasticSearch\Esable;

interface Document extends Esable
{
}