-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Model::find(NULL) throws an exception #42
Comments
jenssegers
added a commit
that referenced
this issue
Sep 21, 2013
Sorry for the delay, this is now fixed. |
This was referenced Nov 26, 2018
3 tasks
mnphpexpert
added a commit
to mnphpexpert/laravel-mongodb
that referenced
this issue
Sep 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The find method doesn't support NULL as parameter. The expected behavior is to return NULL (as Eloquent does).
I don't see a simple patch right now. I just start using your package and I hope help you more later.
The text was updated successfully, but these errors were encountered: