Skip to content

Commit 7dc263e

Browse files
authored
Remove @mixin on Model class (#2981)
1 parent 7b8f0a1 commit 7dc263e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file.
66
* Fix memory leak when filling nested fields using dot notation by @GromNaN in [#2962](https://github.com/mongodb/laravel-mongodb/pull/2962)
77
* Fix PHP error when accessing the connection after disconnect by @SanderMuller in [#2967](https://github.com/mongodb/laravel-mongodb/pull/2967)
88
* Improve error message for invalid configuration by @GromNaN in [#2975](https://github.com/mongodb/laravel-mongodb/pull/2975)
9+
* Remove `@mixin` annotation from `MongoDB\Laravel\Model` class by @GromNaN in [#2981](https://github.com/mongodb/laravel-mongodb/pull/2981)
910

1011
## [4.3.0] - 2024-04-26
1112

src/Eloquent/Model.php

-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
use function strcmp;
4949
use function var_export;
5050

51-
/** @mixin Builder */
5251
abstract class Model extends BaseModel
5352
{
5453
use HybridRelations;

0 commit comments

Comments
 (0)