Skip to content

bind with Laravel 5.3 components is broken #924

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

Closed
alex-arhat opened this issue Aug 24, 2016 · 2 comments
Closed

bind with Laravel 5.3 components is broken #924

alex-arhat opened this issue Aug 24, 2016 · 2 comments

Comments

@alex-arhat
Copy link

alex-arhat commented Aug 24, 2016

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"

@Endijs
Copy link

Endijs commented Aug 25, 2016

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.

@lukepolo
Copy link
Contributor

Please use the search feature to find open issues #925

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants