From 2a42932f1242327c383494d684dff4b15a6e7858 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Fri, 6 May 2016 16:23:43 +0800 Subject: [PATCH] =?UTF-8?q?Relation=E7=B1=BB=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/model/Relation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/library/think/model/Relation.php b/library/think/model/Relation.php index 1dac652f..f1eecad4 100644 --- a/library/think/model/Relation.php +++ b/library/think/model/Relation.php @@ -14,6 +14,7 @@ namespace think\model; use think\Db; use think\Exception; use think\Loader; +use think\Model; use think\model\Pivot; class Relation