Regression in v3.2.67 - `foreach() argument must be of type array|object, null given`
I really don't want to create a reproduction repo for a GitHub issue. Is anyone else experiencing this when attaching a related record inside a relation manager using a
Description When trying to attach a BelongsToMany relation through the RelationManager where the belongsToMany relation has an orderByPivot method it will give an error in the SQL query. This used ...