mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-09-02 05:31:36 +08:00
注释改进
This commit is contained in:
@@ -50,8 +50,6 @@ abstract class Model implements \JsonSerializable, \ArrayAccess
|
||||
protected $hidden = [];
|
||||
// 数据信息
|
||||
protected $data = [];
|
||||
// 缓存数据
|
||||
protected $cache = [];
|
||||
// 记录改变字段
|
||||
protected $change = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user