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

namespace IQDEV\ElasticSearch\Facet;

use IQDEV\ElasticSearch\Esable;

interface Facet extends Esable
{
}