-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Issue with get() method when fetching data from Mongo Model #955
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
You need to update composer to install "jenssegers/mongodb": ^"3.1" which is the dev branch compatible with Laravel 5.3 |
Hi, Still getting this error after updating
|
Still getting this error after updating too. |
Yes, only when am using latest release version of illuminate database |
@haridarshan you could solve it use method from #1037 before fixed. |
@wedgwood Since am using different components from different frameworks in our project so is it possible to have that fix inside |
Hi,
Sorry, for posting this issue over here because I don't know whether exact issue with this mongodb library v3.0.2 or laravel orm v5.3.4
I'am using Illuminate database orm with laravel-mongodb outside laravel framework. Recently I updated both libraries to latest release versions and suddenly I started getting issue with get() when fetching data from collection. Previous version which I was using were laravel database v.5.2.43 and laravel-mongodb v3.0.0
This is the call am using and getting below error.
The text was updated successfully, but these errors were encountered: