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.
2 parents 7e72c2c + 7dc263e commit a017a0aCopy full SHA for a017a0a
CHANGELOG.md
@@ -13,6 +13,7 @@ All notable changes to this project will be documented in this file.
13
* Fix memory leak when filling nested fields using dot notation by @GromNaN in [#2962](https://github.com/mongodb/laravel-mongodb/pull/2962)
14
* Fix PHP error when accessing the connection after disconnect by @SanderMuller in [#2967](https://github.com/mongodb/laravel-mongodb/pull/2967)
15
* 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)
17
18
## [4.3.0] - 2024年04月26日
19
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