You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a ton of classes, several of which are M:M relationships. Could you make a config support to ignore showing pivot table, and leave only relationship there?
For example instead of:
User /belongsToMany/ Pivot /belongsToMany/ Role
Have only:
User /belongsToMany/ Role
I know I can ignore models and relations, but I don't want to not be able to see the relationship all together, just lose the pivot box which is taking my precious space :)
The text was updated successfully, but these errors were encountered:
I have a ton of classes, several of which are M:M relationships. Could you make a config support to ignore showing pivot table, and leave only relationship there?
For example instead of:
User
/belongsToMany/Pivot
/belongsToMany/Role
Have only:
User
/belongsToMany/Role
I know I can ignore models and relations, but I don't want to not be able to see the relationship all together, just lose the pivot box which is taking my precious space :)
The text was updated successfully, but these errors were encountered: