Skip to content

Commit

Permalink
Ignore additional index option
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiergummi committed May 15, 2024
1 parent 91a7e23 commit a2f3bc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Factories/ClientFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ public function createClient(array $config): Client
$config['logger'] = $this->logger;
}

unset($config['index']);

return ClientBuilder::fromConfig($config);
}
}

0 comments on commit a2f3bc6

Please sign in to comment.