Update Profile model, fix getAudienceInbox method

pull/2895/head
Daniel Supernault 4 years ago
parent 03199e2f68
commit 5916f8c76a
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -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()

Loading…
Cancel
Save