Club System

This commit is contained in:
2026-06-02 20:54:38 +02:00
parent f4dc336c88
commit 8eb94ff05d
44 changed files with 412 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<?php
// ################## THIS IS A GENERATED FILE ##################
// DO NOT EDIT DIRECTLY. EDIT THE CLASS EXTENSIONS IN THE CONTROL PANEL.
/**
* @noinspection PhpIllegalPsrClassPathInspection
* @noinspection PhpMultipleClassesDeclarationsInOneFile
*/
namespace RomhackPlaza\Master\XF\Entity
{
class XFCP_User extends \XF\Entity\User {}
}