Przeglądaj źródła

Merge branch 'liuzj-1000959-dev' into test

liuzejian 2 lat temu
rodzic
commit
dbe2e42533
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      modules/Channel/Models/PayTemplate.php

+ 1 - 1
modules/Channel/Models/PayTemplate.php

@@ -8,7 +8,7 @@ class PayTemplate extends BaseModel
     protected $table = 'pay_templates';
 
     protected $fillable = [
-        'id', 'name', 'uid','status', 'created_at', 'updated_at',
+        'id', 'name', 'uid','status', 'created_at', 'updated_at','type'
     ];
 
 }