-
Notifications
You must be signed in to change notification settings - Fork 1.4k
undefined method getRelationWithoutConstraints() with v3.2.3 #1305
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
Comments
I'm having the same problem |
same problem here, downgrade to 3.2.2 works for me. |
http://joxi.ru/v29JYWWF3bdNDA this code call problem |
Getting the same error. Rolling back to version 3.2.2 solves it. |
Here's how i managed to fix this in file: vendor/jenssegers/mongodb/src/Jenssegers/Mongodb/Helpers/QueriesRelationships.php
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I'm updating Jenseggers MongoDB from v3.2.2 to v3.2.3, my test always return an error. Below is one of the error debug sample :
When I rollback to v3.2.2, everything is passed.
I'm debuging line-by-line then found something weird, because the method is not (or should not) related with MongoDB
Does anybody have some issue and have the solution else than rollback to 3.2.2 ?
The text was updated successfully, but these errors were encountered: