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

namespace IQDEV\ElasticSearch\Facet;

use IQDEV\ElasticSearch\Esable;

interface Facet extends Esable
{
Pavel's avatar
Pavel committed
}