修正Relation一处use

This commit is contained in:
thinkphp
2016-12-09 14:43:04 +08:00
parent 74315bb894
commit d49b986bb8

View File

@@ -12,6 +12,7 @@
namespace think\model;
use think\db\Query;
use think\Exception;
abstract class Relation
{