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 want to use custom default User model for Laravel Nova,
For Example "NovaUser"
If we look at Role Model from current lib we can look that we have relationships without $table arg, and BelongToMany relationships requested "nova_user_role" table in my case.
I have 2 option:
Hardcode $table for relationships methods,
Customize migrations
The text was updated successfully, but these errors were encountered:
yayann
added a commit
to SGS-Optimisation/novatoolpermissions
that referenced
this issue
Jan 23, 2023
I want to use custom default User model for Laravel Nova,
For Example "NovaUser"
If we look at Role Model from current lib we can look that we have relationships without $table arg, and BelongToMany relationships requested "nova_user_role" table in my case.
I have 2 option:
The text was updated successfully, but these errors were encountered: