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.3 into 4.4 #2974

Closed mongodb-php-bot closed 1 month ago

mongodb-php-bot commented 1 month ago

Merge new changes from 4.3 into 4.4.

Commits

Resolving conflicts

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

Ignoring changes

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