belongsTo(User::class,'user_id','id'); } public function target_user() { return $this->belongsTo(User::class,'target_id','id'); } }