修正Pivot类

This commit is contained in:
thinkphp
2016-05-10 14:28:32 +08:00
parent 5746ee456e
commit 85fe5d89fe

View File

@@ -30,7 +30,7 @@ class Pivot extends Model
$this->data = $data; $this->data = $data;
} }
self::$table = $table; $this->table = $table;
} }
} }