Replies: 1 comment
-
Had the same issue in another project with other models. I had to define the connection to use in every model as otherwise Laravel will pass the connection of the current model to the related one. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a dedicated database just to save the logs, the problem is that when I get the causer, it tells me that the table does not exist, and it is logical since my users table is in the main database, is there any way to be able to tell $activity->causer to look up the user in the other table.
Beta Was this translation helpful? Give feedback.
All reactions