瀏覽代碼

宝石构造函数参数=null

cyzhao 1 年之前
父節點
當前提交
b3af4c6e6a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Gameserver/App/model/User/Ins_Gem.php

+ 1 - 1
Gameserver/App/model/User/Ins_Gem.php

@@ -48,7 +48,7 @@ class Ins_Gem extends Object_ext {
      * 构造函数
      * @param type $args
      */
-    public function __construct($args) {
+    public function __construct($args = null) {
         if($args !=null){
             parent::__construct($args);
         }