Skip to content

Commit a2f3bc6

Browse files
committed
Ignore additional index option
1 parent 91a7e23 commit a2f3bc6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Factories/ClientFactory.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ public function createClient(array $config): Client
4141
$config['logger'] = $this->logger;
4242
}
4343

44+
unset($config['index']);
45+
4446
return ClientBuilder::fromConfig($config);
4547
}
4648
}

0 commit comments

Comments
 (0)