This commit is contained in:
thanghv 2020-06-12 16:30:18 +07:00
parent 2a0cad9f51
commit 3d260e2565
7 changed files with 22 additions and 5 deletions

View file

@ -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;
/**