修正模型扩展的traits引入路径

This commit is contained in:
thinkphp
2015-12-13 10:38:13 +08:00
parent fa4857905f
commit 4a10e38035
3 changed files with 7 additions and 7 deletions

View File

@@ -11,7 +11,7 @@
namespace think\model;
T('think/model/relation');
T('model/relation');
class Relation extends \think\model
{
use \traits\model\relation;