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.
1 parent 5839e9c commit 61267d4Copy full SHA for 61267d4
src/Provider/Goose.php
@@ -22,7 +22,7 @@ public function __construct(array $data = array())
22
{
23
parent::__construct($data);
24
25
- $this->extractor = new GooseSDK(get_object_vars($this));
+ $this->extractor = new GooseSDK($data);
26
}
27
28
/**
0 commit comments