Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
blackshadev committed Dec 20, 2024
1 parent 7583f71 commit da264f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ To disable TLS verification set it to `false`. **NOT recommended for production*
Elastic can also have multiple possible connections

```php
use Elasticsearch\ConnectionPool\Selectors\RoundRobinSelector;
use Elastic\Transport\NodePool\Selector\RoundRobin;

return [
'connection' => [
Expand All @@ -127,7 +127,7 @@ Elastic can also have multiple possible connections
'ssl' => [
'verify' => false,
],
'selector' => RoundRobinSelector::class
'selector' => RoundRobin::class
],
'additionalConnections' => [
[
Expand Down

0 comments on commit da264f5

Please sign in to comment.