hasOne(Users::class,'id','jid'); } public function redUser(){ return $this->hasOne(Users::class,'id','hid'); } }