示例#1
0
文件: Loader.php 项目: HXFY/think
 /**
  * 初始化类的实例
  * @return void
  */
 public static function clearInstance()
 {
     self::$instance = [];
 }