belongsTo(Profile::class, 'profile_id'); } public function target() { return $this->belongsTo(Profile::class, 'target_profile_id'); } }