Seditio Source
Root |
./othercms/xenForo 2.2.8/src/XF/NewsFeed/ProfilePost.php
<?php

namespace XF\NewsFeed;

class
ProfilePost extends AbstractHandler
{
    public function
getEntityWith()
    {
        return [
'ProfileUser', 'ProfileUser.Privacy'];
    }
}