mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 23:22:48 +08:00
修正系统traits
This commit is contained in:
@@ -15,8 +15,8 @@ use think\Lang;
|
||||
|
||||
trait Auto
|
||||
{
|
||||
protected $validate = []; // 自动验证定义
|
||||
protected $auto = []; // 自动完成定义
|
||||
//protected $validate = []; // 自动验证定义
|
||||
//protected $auto = []; // 自动完成定义
|
||||
|
||||
/**
|
||||
* 创建数据对象 但不保存到数据库
|
||||
|
||||
Reference in New Issue
Block a user