File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -367,7 +367,7 @@ public function teams($username, $repository)
367
367
*/
368
368
public function watchers ($ username , $ repository , $ page = 1 )
369
369
{
370
- return $ this ->get ('repos/ ' .rawurlencode ($ username ).'/ ' .rawurlencode ($ repository ).'/watchers ' , array (
370
+ return $ this ->get ('repos/ ' .rawurlencode ($ username ).'/ ' .rawurlencode ($ repository ).'/subscribers ' , array (
371
371
'page ' => $ page
372
372
));
373
373
}
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ public function followers($username)
69
69
*/
70
70
public function watched ($ username )
71
71
{
72
- return $ this ->get ('users/ ' .rawurlencode ($ username ).'/watched ' );
72
+ return $ this ->get ('users/ ' .rawurlencode ($ username ).'/subscriptions ' );
73
73
}
74
74
75
75
/**
You can’t perform that action at this time.
0 commit comments