作者 开飞机的舒克

后台优化

@@ -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);