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

namespace XF\NewsFeed;

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