Browse Source

修改table属性

Anyon 4 years ago
parent
commit
eceac3e27f

+ 1 - 1
app/wechat/controller/Fans.php

@@ -30,7 +30,7 @@ class Fans extends Controller
      * 绑定数据表
      * @var string
      */
-    protected $table = 'WechatFans';
+    private $table = 'WechatFans';
 
     /**
      * 微信用户管理

+ 1 - 1
app/wechat/controller/Keys.php

@@ -30,7 +30,7 @@ class Keys extends Controller
      * 绑定数据表
      * @var string
      */
-    protected $table = 'WechatKeys';
+    private $table = 'WechatKeys';
 
     /**
      * 消息类型

+ 1 - 1
app/wechat/controller/News.php

@@ -31,7 +31,7 @@ class News extends Controller
      * 设置默认操作表
      * @var string
      */
-    protected $table = 'WechatNews';
+    private $table = 'WechatNews';
 
     /**
      * 微信图文管理