修正traits引入

This commit is contained in:
thinkphp
2016-01-04 17:46:11 +08:00
parent 27cd0b4c96
commit 48bccf66c2
5 changed files with 19 additions and 19 deletions

View File

@@ -11,8 +11,8 @@
namespace think\model;
T('model/view');
class View extends \think\model
T('model/View');
class View extends \think\Model
{
use \traits\model\view;
use \traits\model\View;
}