Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a017a0a

Browse files
Merge 4.3 into 4.4 (#2983)
2 parents 7e72c2c + 7dc263e commit a017a0a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

‎CHANGELOG.md‎

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

1718
## [4.3.0] - 2024年04月26日
1819

‎src/Eloquent/Model.php‎

Lines changed: 0 additions & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /