Closed Mohammed-Alama closed 1 year ago
Unable to reproduce the issue, and we already have dusk tests covering this usage.
Please provide full reproducing repository based on fresh installation as suggested in the bug report template (or you can refer to https://github.com/nova-issues for example)
Description:
I have a Ride model has ManyToMany relation with RideExtra
Detailed steps to reproduce the issue on a fresh Nova installation:
Create A Ride model Create A RideExtra model Create a BelongsToMany relation between Ride and RideExtra with custom pivot columns