mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 07:12:47 +08:00
修正系统traits
This commit is contained in:
@@ -19,7 +19,7 @@ define('MANY_TO_MANY', 4);
|
||||
trait Relation
|
||||
{
|
||||
// 关联定义
|
||||
protected $link = [];
|
||||
//protected $link = [];
|
||||
|
||||
/**
|
||||
* 得到关联的数据表名
|
||||
|
||||
Reference in New Issue
Block a user