Skip to content

Commit

Permalink
Remove @mixin on Model class
Browse files Browse the repository at this point in the history
  • Loading branch information
GromNaN committed May 27, 2024
1 parent 7b8f0a1 commit 9a5c950
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file.
* Fix memory leak when filling nested fields using dot notation by @GromNaN in [#2962](https://github.com/mongodb/laravel-mongodb/pull/2962)
* Fix PHP error when accessing the connection after disconnect by @SanderMuller in [#2967](https://github.com/mongodb/laravel-mongodb/pull/2967)
* Improve error message for invalid configuration by @GromNaN in [#2975](https://github.com/mongodb/laravel-mongodb/pull/2975)
* Remove `@mixin` annotation from `MongoDB\Laravel\Model` class by @GromNaN in [#2981](https://github.com/mongodb/laravel-mongodb/pull/2981)

## [4.3.0] - 2024-04-26

Expand Down
1 change: 0 additions & 1 deletion src/Eloquent/Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
use function strcmp;
use function var_export;

/** @mixin Builder */
abstract class Model extends BaseModel
{
use HybridRelations;
Expand Down

0 comments on commit 9a5c950

Please sign in to comment.