FOSElasticaBundle/Client.php
2014-06-16 22:43:16 +10:00

13 lines
199 B
PHP

<?php
namespace FOS\ElasticaBundle;
use FOS\ElasticaBundle\Elastica\Client as BaseClient;
/**
* @deprecated Use \FOS\ElasticaBundle\Elastica\LoggingClient
*/
class Client extends BaseClient
{
}