We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e1261dd + 5bf3e1c commit 110ea42Copy full SHA for 110ea42
src/LaunchDarkly/GuzzleFeatureRequester.php
@@ -28,6 +28,7 @@ function __construct($baseUri, $sdkKey, $options) {
28
)
29
));
30
$this->_client->setUserAgent('PHPClient53/' . LDClient::VERSION);
31
+ $this->_logger = $options['logger'];
32
if (isset($options['cache_storage'])) {
33
$cachePlugin = new CachePlugin(array('storage' => $options['cache_storage'], 'validate' => false));
34
$this->_client->addSubscriber($cachePlugin);
0 commit comments