toeknee
Relation manager pulls wrong data
I am fairly sure you can, I haven't checked though.
But adding
->modifyQueryUsing(fn(Builder $query) => $query->where('appointment_id', '>', 1))
To the relation manager table means it will find all above the id of 1 which basically means the id doesn't matter.
17 replies