Adding roles to "admin_role_users" instead of "role_users" #2162
Unanswered
danielh-official
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've renamed many default tables to start w/ the prefix "admin_". This is breaking my role functionality because the "addRole" method assumes the role/user table to be named "role_users", but my table is named "admin_role_users". Any way I can extend that?
Beta Was this translation helpful? Give feedback.
All reactions