Explorar o código

Update Profile model, fix getAudienceInbox method

Daniel Supernault %!s(int64=4) %!d(string=hai) anos
pai
achega
5916f8c76a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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()