Skip to content

Commit 744c8ae

Browse files
authored
Upgrage minimum laravel version to 10.30 (#2665)
1 parent c89481e commit 744c8ae

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"ext-mongodb": "^1.15",
2727
"illuminate/support": "^10.0",
2828
"illuminate/container": "^10.0",
29-
"illuminate/database": "^10.0",
29+
"illuminate/database": "^10.30",
3030
"illuminate/events": "^10.0",
3131
"mongodb/mongodb": "^1.15"
3232
},

src/Eloquent/Builder.php

-9
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,6 @@ class Builder extends EloquentBuilder
4848
'raw',
4949
'sum',
5050
'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',
6051
];
6152

6253
/** @inheritdoc */

0 commit comments

Comments
 (0)