FOSElasticaBundle/DynamicIndex.php

13 lines
189 B
PHP
Raw Normal View History

<?php
namespace FOS\ElasticaBundle;
2014-04-21 01:21:50 +02:00
use FOS\ElasticaBundle\Elastica\Index;
/**
2014-04-21 01:21:50 +02:00
* @deprecated Use \FOS\ElasticaBundle\Elastica\TransformingIndex
*/
class DynamicIndex extends Index
{
}