Seditio Source
Root |
./othercms/xenForo 2.2.8/src/XF/Cli/Command/Development/ExportAdminPermissions.php
<?php

namespace XF\Cli\Command\Development;

class
ExportAdminPermissions extends AbstractExportCommand
{
    protected function
getContentTypeDetails()
    {
        return [
           
'name' => 'Admin permissions',
           
'command' => 'admin-permissions',
           
'entity' => 'XF:AdminPermission'
       
];
    }
}