From 85fe5d89fe7d23f8eb635cb03ee6fed5c38774a2 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Tue, 10 May 2016 14:28:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3Pivot=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/model/Pivot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/think/model/Pivot.php b/library/think/model/Pivot.php index 4dec633c..24034b07 100644 --- a/library/think/model/Pivot.php +++ b/library/think/model/Pivot.php @@ -30,7 +30,7 @@ class Pivot extends Model $this->data = $data; } - self::$table = $table; + $this->table = $table; } }