FOSElasticaBundle/Client.php
2014-05-25 20:51:46 +10:00

13 lines
195 B
PHP

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