Ver Fonte

Update Profile model, fix getAudienceInbox method

Daniel Supernault há 3 anos atrás
pai
commit
5916f8c76a
1 ficheiros alterados com 1 adições e 1 exclusões
  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()