FOSElasticaBundle/Client.php
2014-04-21 14:48:35 +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
{
}