修改table属性

This commit is contained in:
Anyon 2020-11-24 10:59:21 +08:00
parent 17a17b2f3e
commit eceac3e27f
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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