mirror of
https://github.com/mainwp/mainwp-child.git
synced 2025-08-31 03:53:15 +08:00
Refact
This commit is contained in:
parent
2a0cad9f51
commit
3d260e2565
7 changed files with 22 additions and 5 deletions
|
@ -17,6 +17,11 @@ namespace MainWP\Child;
|
|||
*/
|
||||
class MainWP_Client_Report_Base {
|
||||
|
||||
/**
|
||||
* Public static variable to hold the single instance of the class.
|
||||
*
|
||||
* @var mixed Default null
|
||||
*/
|
||||
public static $instance = null;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue