pdphilip / laravel-elasticsearch

Laravel Elasticsearch: An Elasticsearch implementation of Laravel's Eloquent ORM
MIT License
86 stars 16 forks source link

[Fixed] Typo in function call #1

Closed andrei376 closed 2 years ago

andrei376 commented 2 years ago

https://github.com/pdphilip/laravel-elasticsearch/blob/24d4839848f19e098c4014e9edaa4868fe7075fc/src/Connection.php#L161

'pass' is sent instead of $pass

pdphilip commented 2 years ago

Sorted, thanks @andrei376