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.8 into 5.0 #3097

Closed mongodb-php-bot closed 1 month ago

mongodb-php-bot commented 1 month ago

Merge new changes from 4.8 into 5.0.

Commits

Resolving conflicts

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

Ignoring changes

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