FOSElasticaBundle/ProviderInterface.php

8 lines
95 B
PHP

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