修正系统traits

This commit is contained in:
thinkphp
2016-01-02 21:46:45 +08:00
parent 3191ffda86
commit 52d368a851
3 changed files with 8 additions and 10 deletions

View File

@@ -15,8 +15,8 @@ use think\Lang;
trait Auto
{
protected $validate = []; // 自动验证定义
protected $auto = []; // 自动完成定义
//protected $validate = []; // 自动验证定义
//protected $auto = []; // 自动完成定义
/**
* 创建数据对象 但不保存到数据库