FOSElasticaBundle/ProviderInterface.php

9 lines
95 B
PHP

<?php
namespace FOQ\ElasticaBundle;
interface ProviderInterface
{
function populate();
}