Replies: 2 comments 8 replies
-
I'm running into the same issue, did you by chance resolve this? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Within the model you should import the class from the package.
Once imported, specify that your model uses it.
|
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I noticed in the documentation that every model should use UsesLandlordConnection or UsesTenantConnection. So now I am using a package and I am unsure how to add these traits to their models. I have tried changing the default connection to tenant or landlord using middleware but I am not sure if this is the right way.
Beta Was this translation helpful? Give feedback.
All reactions