PSR规范调整

This commit is contained in:
thinkphp
2015-10-04 13:05:15 +08:00
parent 1cfb3704c6
commit 27e724bb3c
135 changed files with 9426 additions and 11556 deletions

View File

@@ -12,6 +12,7 @@
namespace think\model;
T('think/model/relation');
class RelationModel extends \think\model {
class RelationModel extends \think\model
{
use \traits\think\model\relation;
}
}