Skip to content

Commit 61267d4

Browse files
committed
Simplifies Goose client param arguments.
1 parent 5839e9c commit 61267d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Provider/Goose.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public function __construct(array $data = array())
2222
{
2323
parent::__construct($data);
2424

25-
$this->extractor = new GooseSDK(get_object_vars($this));
25+
$this->extractor = new GooseSDK($data);
2626
}
2727

2828
/**

0 commit comments

Comments
 (0)