Skip to content

Commit cf76116

Browse files
committed
Bugfix. #48
1 parent 4d22c78 commit cf76116

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Follow.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ class Follow
4040
* @var array
4141
*/
4242
protected static $relationMap = [
43+
'likes' => 'like',
44+
'likers' => 'like',
45+
'fans' => 'like',
4346
'followings' => 'follow',
4447
'followers' => 'follow',
4548
'favoriters' => 'favorite',

0 commit comments

Comments
 (0)