diff --git a/src/Api/Providers/Pinners.php b/src/Api/Providers/Pinners.php index ecd35868..a768adbb 100644 --- a/src/Api/Providers/Pinners.php +++ b/src/Api/Providers/Pinners.php @@ -24,7 +24,7 @@ class Pinners extends FollowableProvider 'following', ]; - protected $searchScope = 'people'; + protected $searchScope = 'users'; protected $entityIdName = 'user_id'; protected $followersFor = 'username';