belongsTo(User::class); } public function fromWechat(){ return $this->belongsTo(Wechat::class, 'from_official_openid', 'official_openid'); } }