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.2 into 4.3 #3018

Closed mongodb-php-bot closed 1 week ago

mongodb-php-bot commented 1 week ago

Merge new changes from 4.2 into 4.3.

Commits

Resolving conflicts

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

Ignoring changes

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