Skip to content

Commit

Permalink
Bugfix. #48
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue committed May 23, 2018
1 parent 4d22c78 commit cf76116
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Follow.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ class Follow
* @var array
*/
protected static $relationMap = [
'likes' => 'like',
'likers' => 'like',
'fans' => 'like',
'followings' => 'follow',
'followers' => 'follow',
'favoriters' => 'favorite',
Expand Down

0 comments on commit cf76116

Please sign in to comment.