belongsTo(Profile::class, 'to_id'); } public function fromProfile() { return $this->belongsTo(Profile::class, 'from_id'); } }