Skip to content

Commit

Permalink
Merge pull request #13 from jonneyless/master
Browse files Browse the repository at this point in the history
修复 WechatUser
  • Loading branch information
max-wen authored Aug 11, 2017
2 parents 32028f2 + 3e87860 commit 8d25c3a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/WechatUser.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ class WechatUser extends Component
* @var \Overtrue\Socialite\AccessToken
*/
public $token;
/**
* @var string
*/
public $provider;

/**
* @return string
Expand All @@ -54,4 +58,4 @@ public function getOpenId()
{
return isset($this->original['openid']) ? $this->original['openid'] : '';
}
}
}

0 comments on commit 8d25c3a

Please sign in to comment.