Arr::get($this->getAttribute(self::ATTRIBUTE_DATA), 'profileId')); } /** * Virtual relation to the profile. */ public function profile(): BelongsTo { return $this->belongsTo(ExternalProfile::class, 'profile_id'); } }