We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b8f0a1 commit 7dc263eCopy full SHA for 7dc263e
CHANGELOG.md
@@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file.
6
* Fix memory leak when filling nested fields using dot notation by @GromNaN in [#2962](https://github.com/mongodb/laravel-mongodb/pull/2962)
7
* Fix PHP error when accessing the connection after disconnect by @SanderMuller in [#2967](https://github.com/mongodb/laravel-mongodb/pull/2967)
8
* 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)
10
11
## [4.3.0] - 2024年04月26日
12
src/Eloquent/Model.php
@@ -48,7 +48,6 @@
48
use function strcmp;
49
use function var_export;
50
51
-/** @mixin Builder */
52
abstract class Model extends BaseModel
53
{
54
use HybridRelations;
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments