소스 검색

Update Profile model, fix getAudienceInbox method

Daniel Supernault 4 년 전
부모
커밋
5916f8c76a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Profile.php

+ 1 - 1
app/Profile.php

@@ -277,7 +277,7 @@ class Profile extends Model
 
     public function getAudienceInbox($scope = 'public')
     {
-        return FollowerService::audience($this->id, $scope);
+        return FollowerService::audience($this, $scope);
     }
 
     public function circles()