修正traits

This commit is contained in:
thinkphp
2016-01-30 23:20:30 +08:00
parent 601a6dc945
commit 5fda023980
3 changed files with 13 additions and 21 deletions

View File

@@ -14,8 +14,6 @@ namespace traits\model;
trait View
{
protected $viewFields = [];
/**
* 自动检测数据表信息
* @access protected