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)
367367 */
368368 public function watchers ($ username , $ repository , $ page = 1 )
369369 {
370- return $ this ->get ('repos/ ' .rawurlencode ($ username ).'/ ' .rawurlencode ($ repository ).'/watchers ' , array (
370+ return $ this ->get ('repos/ ' .rawurlencode ($ username ).'/ ' .rawurlencode ($ repository ).'/subscribers ' , array (
371371 'page ' => $ page
372372 ));
373373 }
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ public function followers($username)
6969 */
7070 public function watched ($ username )
7171 {
72- return $ this ->get ('users/ ' .rawurlencode ($ username ).'/watched ' );
72+ return $ this ->get ('users/ ' .rawurlencode ($ username ).'/subscriptions ' );
7373 }
7474
7575 /**
You can’t perform that action at this time.
0 commit comments