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
{{ message }}
This repository has been archived by the owner on Oct 17, 2020. It is now read-only.
Add info on how to update your models to include the eloquent relations needed.
Or maybe look to see if I can make my own class that extends the consumers User model where I specify the methods that associate needs avoding the need to end users to update their models
The text was updated successfully, but these errors were encountered:
Ok, so for the current associate and login methods having elouquent relations isn't needed at all.
I can do the DB updates and deletes by writing my own queries instead of the eloquent relation builder doing it.
Add info on how to update your models to include the eloquent relations needed.
Or maybe look to see if I can make my own class that extends the consumers User model where I specify the methods that associate needs avoding the need to end users to update their models
The text was updated successfully, but these errors were encountered: