We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c89481e commit 744c8aeCopy full SHA for 744c8ae
composer.json
@@ -26,7 +26,7 @@
26
"ext-mongodb": "^1.15",
27
"illuminate/support": "^10.0",
28
"illuminate/container": "^10.0",
29
- "illuminate/database": "^10.0",
+ "illuminate/database": "^10.30",
30
"illuminate/events": "^10.0",
31
"mongodb/mongodb": "^1.15"
32
},
src/Eloquent/Builder.php
@@ -48,15 +48,6 @@ class Builder extends EloquentBuilder
48
'raw',
49
'sum',
50
'tomql',
51
- // Kept for compatibility with Laravel < 10.3
52
- 'doesntExist',
53
- 'getBindings',
54
- 'getConnection',
55
- 'getGrammar',
56
- 'insertGetId',
57
- 'insertOrIgnore',
58
- 'insertUsing',
59
- 'toMql',
60
];
61
62
/** @inheritdoc */
0 commit comments