up.
This commit is contained in:
parent
42bc10bba4
commit
6dd2e0ab4d
@ -18,6 +18,6 @@ class XmMember extends BaseModel
|
|||||||
*/
|
*/
|
||||||
public function channel(): HasOne
|
public function channel(): HasOne
|
||||||
{
|
{
|
||||||
return $this->hasOne(XmChannel::class);
|
return $this->hasOne(XmChannel::class,'channel_id','channel_id');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user