mongodb / laravel-mongodb

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

Merge 4.1 into 4.2 #3017

Closed mongodb-php-bot closed 3 months ago

mongodb-php-bot commented 3 months ago

Merge new changes from 4.1 into 4.2.

Commits

Resolving conflicts

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

Ignoring changes

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