Closed huanes closed 2 years ago
The ClientBuilder includePortInHostHeader() method is not accessible when using fromConfig() as only set-prefixed methods are applicable in fromConfig.
ClientBuilder
includePortInHostHeader()
fromConfig()
set
fromConfig
As I am using a wrapper package for Laravel Scout that uses the fromConfig method, I can't initiate the Client myself so it's a bit of an issue.
@huanes I sent a new PR ( #1181 ) for fixing the issue.
Fixed in #1181
Summary of problem or feature request
The
ClientBuilder
includePortInHostHeader()
method is not accessible when usingfromConfig()
as onlyset
-prefixed methods are applicable infromConfig
.As I am using a wrapper package for Laravel Scout that uses the
fromConfig
method, I can't initiate the Client myself so it's a bit of an issue.