You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
new the Laravel Builder concepts broked interface with MongoDb Builder.
Current Laravel Builder::where return array instead object and method all() (first, get, find) is broken with
"Call to a member function all() on array"
The text was updated successfully, but these errors were encountered:
While this is not fixed, take a look at this pull request: https://github.com/jenssegers/laravel-mongodb/pull/905/files . I made changes for Jenssegers/Mongodb/Query/Builder.php - replaced default return values with the ones that return collection (3 edits in total). And it started to work.
new the Laravel Builder concepts broked interface with MongoDb Builder.
Current Laravel Builder::where return array instead object and method all() (first, get, find) is broken with
"Call to a member function all() on array"
The text was updated successfully, but these errors were encountered: