belongsTo(Profile::class, 'actor_id', 'id'); } public function profile() { return $this->belongsTo(Profile::class, 'profile_id', 'id'); } }