-
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
Fatal error accessing fromDateTime() #13
Comments
The |
This seems to be an issue for Laravel 4.0.x installations, but not on 4.1.x. |
Well currently, my system is using 4.0.x and 4.1.x is not out yet. Perhaps you could tag a version for 4.0.x and one for 4.1.x? Or maybe change the method to public as this will be compatible with both 4.0.x and 4.1.x? |
I will to the latter. Once 4.1 becomes stable I might tag a 4.0 version and change it back. |
…$not` (mongodb#13) `Query\Builder::whereNot` was simply ignoring the "not" and breaking the built query.
…$not` (mongodb#13) (mongodb#15) `Query\Builder::whereNot` was simply ignoring the "not" and breaking the built query.
…$not` (#13) `Query\Builder::whereNot` was simply ignoring the "not" and breaking the built query.
Fixes mongodb#13 and closes mongodb#13
After upgrading the whole system breaks with error:
The text was updated successfully, but these errors were encountered: