Skip to content

Commit

Permalink
Merge branch 'hotfix/v1.2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
justmd5 committed Jun 15, 2020
2 parents ef64eb8 + 374d82e commit 2c86b8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Api.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ class Api extends AbstractAPI

public function __construct(PinDuoDuo $pinduoduo, $needToken = false)
{
parent::__construct($pinduoduo);
$this->pinduoduo = $pinduoduo;
$this->needToken = $needToken;
}
Expand Down

0 comments on commit 2c86b8d

Please sign in to comment.