Problem finding the User Model with 2 databases #1339
Unanswered
joaonivaldo
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.
-
Hello everyone. Look at my project, I have 2 database connections. The Default connection is to the Users table. And in connection 2 is the Activity_logs table. When I try to retrieve the log information, it tells me that it can't find the users table, but it's looking inside connection 2 and not in the Default. Can I explain to it that Users is in the Default connection? Thanks.

Beta Was this translation helpful? Give feedback.
All reactions