改进Pivot

This commit is contained in:
thinkphp
2017-11-21 16:30:47 +08:00
parent e7ab1e9a2d
commit 44c1257326

View File

@@ -37,8 +37,6 @@ class Pivot extends Model
}
parent::__construct($data);
$this->class = $this->name;
}
}