正在显示
1 个修改的文件
包含
0 行增加
和
1 行删除
@@ -41,7 +41,6 @@ class Item extends Model | @@ -41,7 +41,6 @@ class Item extends Model | ||
41 | return $this->belongsTo('User', 'user_id', 'id', [], 'LEFT')->setEagerlyType(0); | 41 | return $this->belongsTo('User', 'user_id', 'id', [], 'LEFT')->setEagerlyType(0); |
42 | } | 42 | } |
43 | 43 | ||
44 | - | ||
45 | public function ronda() | 44 | public function ronda() |
46 | { | 45 | { |
47 | return $this->belongsTo('Ronda', 'ronda_id', 'id', [], 'LEFT')->setEagerlyType(0); | 46 | return $this->belongsTo('Ronda', 'ronda_id', 'id', [], 'LEFT')->setEagerlyType(0); |
-
请 注册 或 登录 后发表评论