FOSElasticaBundle/Client.php

13 lines
199 B
PHP
Raw Permalink Normal View History

2011-10-04 17:01:38 +02:00
<?php
2011-10-04 17:26:14 +02:00
namespace FOS\ElasticaBundle;
2011-10-04 17:01:38 +02:00
2014-06-16 14:43:16 +02:00
use FOS\ElasticaBundle\Elastica\Client as BaseClient;
2013-05-06 10:32:50 +02:00
2011-10-04 17:01:38 +02:00
/**
2014-04-21 01:21:50 +02:00
* @deprecated Use \FOS\ElasticaBundle\Elastica\LoggingClient
2011-10-04 17:01:38 +02:00
*/
2014-06-16 14:43:16 +02:00
class Client extends BaseClient
2011-10-04 17:01:38 +02:00
{
}