Explorar el Código

Update Profile model, fix getAudienceInbox method

Daniel Supernault hace 4 años
padre
commit
5916f8c76a
Se han modificado 1 ficheros con 1 adiciones y 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()