Seditio Source
Root |
./othercms/xenForo 2.2.8/src/XF/Pub/Controller/WhatsNewProfilePost.php
<?php

namespace XF\Pub\Controller;

class
WhatsNewProfilePost extends AbstractWhatsNewFindType
{
    protected function
getContentType()
    {
        return
'profile_post';
    }
}