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 46983ad + bbc7bb0 commit fdb4548Copy full SHA for fdb4548
src/LaunchDarkly/GuzzleFeatureRequester.php
@@ -6,6 +6,9 @@
6
use \GuzzleHttp\Subscriber\Cache\CacheSubscriber;
7
8
class GuzzleFeatureRequester implements FeatureRequester {
9
+
10
+ private $_client;
11
12
function __construct($baseUri, $apiKey, $options) {
13
$this->_client = new Client(array(
14
'base_url' => $baseUri,
0 commit comments