-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Add MorphMany relation to replaced whereIn method. #1871
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Merge actual master, please |
Just did. @Smolevich Could you please advise me on Codacy check ? |
@Majed6 I assume your use case is a model that extends the mongo model and has |
@rennokki I apologize for the delayed response. I'm using mongodb with owen-it / |
@Majed6 Merge with the current |
@rennokki Just did. Will this get merged anytime soon ? 😄 |
{ | ||
return 'whereIn'; | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check that setting works https://github.com/jenssegers/laravel-mongodb/blob/master/.editorconfig#L9
Hooray 🎉 . Thanks y'all. Don't forget to close this Duplicate PR |
Add MorphMany relation to replaced whereIn method.
A mere rebase of #1776 . See that PR for details