add:俱乐部成员
This commit is contained in:
@@ -39,7 +39,7 @@ class Likes extends Model
|
||||
|
||||
public function circle()
|
||||
{
|
||||
return $this->belongsTo('app\admin\model\zy\Circle', 'circle_id', 'id', [], 'LEFT')->setEagerlyType(0);
|
||||
return $this->belongsTo('Circle', 'circle_id', 'id', [], 'LEFT')->setEagerlyType(0);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user