A lot of things

This commit is contained in:
2026-06-16 16:21:43 +02:00
parent 4415a2e8c4
commit 73471162bf
37 changed files with 654 additions and 4 deletions

View File

@@ -10,6 +10,17 @@
namespace RomhackPlaza\Master\XF\Entity
{
class XFCP_ApprovalQueue extends \XF\Entity\ApprovalQueue {}
class XFCP_Forum extends \XF\Entity\Forum {}
class XFCP_User extends \XF\Entity\User {}
}
namespace RomhackPlaza\Master\XF\Pub\Controller
{
class XFCP_MiscController extends \XF\Pub\Controller\MiscController {}
}
namespace RomhackPlaza\Master\XF\Service\Report
{
class XFCP_CreatorService extends \XF\Service\Report\CreatorService {}
}