This commit is contained in:
Dr Masroor Ehsan 2025-01-12 10:44:41 +06:00
parent f3ff4e75d9
commit 996153ffdc

View File

@ -152,7 +152,7 @@ public function assignedStudies(): BelongsToMany
public function radiologistProfile(): HasOne public function radiologistProfile(): HasOne
{ {
$this->hasOne(RadiologistProfile::class); return $this->hasOne(RadiologistProfile::class);
} }
/** /**