Преглед изворни кода

宝石构造函数参数=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);
         }