mongodb / laravel-mongodb

A MongoDB based Eloquent model and Query builder for Laravel (Moloquent)
https://www.mongodb.com/compatibility/mongodb-laravel-integration
MIT License
6.96k stars 1.42k forks source link

Merge 4.4 into 4.5 #3005

Closed mongodb-php-bot closed 3 weeks ago

mongodb-php-bot commented 3 weeks ago

Merge new changes from 4.4 into 4.5.

Commits

Resolving conflicts

To resolve any conflicts, check out the temporary branch and run the following command: git merge 4.5

Ignoring changes

To ignore from the remote branch, first reset the temporary branch to 4.5 and manually merge using the `ours` merge strategy: git reset --hard 4.5 git merge --strategy=ours 4.4 Then, push the temporary branch to upate the pull request.