Seditio Source
Root |
./othercms/xenForo 2.2.8/src/XF/Alert/Thread.php
<?php

namespace XF\Alert;

class
Thread extends AbstractHandler
{
    public function
getEntityWith()
    {
       
$visitor = \XF::visitor();

        return [
'Forum', 'Forum.Node.Permissions|' . $visitor->permission_combination_id];
    }
}