Skip to content

Commit fdb4548

Browse files
authored
Merge pull request #29 from richardmiller/add-missing-property
Add missing property declaration
2 parents 46983ad + bbc7bb0 commit fdb4548

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/LaunchDarkly/GuzzleFeatureRequester.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
use \GuzzleHttp\Subscriber\Cache\CacheSubscriber;
77

88
class GuzzleFeatureRequester implements FeatureRequester {
9+
10+
private $_client;
11+
912
function __construct($baseUri, $apiKey, $options) {
1013
$this->_client = new Client(array(
1114
'base_url' => $baseUri,

0 commit comments

Comments
 (0)