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

Remove `@mixin` on Model class #2981

Closed GromNaN closed 1 month ago

GromNaN commented 1 month ago

Fix #2923

It seems that @mixin is too naive, doesn't support all dynamic methods and doesn't translate return types correctly.

Checklist