ErickTamayo / laravel-scout-elastic

Elastic Driver for Laravel Scout
MIT License
916 stars 242 forks source link

Change namespace #165

Closed varik-kos closed 2 years ago

varik-kos commented 2 years ago

LaravelScoutElasticProvider use Elasticsearch\ClientBuilder -> Elastic\Elasticsearch\ClientBuilder

ElasticsearchEngine use Elasticsearch\Client as Elastic; -> use Elastic\Elasticsearch\Client as Elastic;

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.