RelationManager attempts to lazy load relations
I have created an Attribute to display a range, which combines
min
and max
BelongsTo Relations, but I get the enabled strictMode
error thrown.
Attempted to lazy load [minDose] on model [App\Models\PatientMedication] but lazy loading is disabled.
Is there a way how I can manually load the needed relations via TextColumn
API?
2 Replies