File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
"php" : " >=7.3" ,
19
19
"ext-pdo" : " *" ,
20
20
"ext-json" : " *" ,
21
- "illuminate/database" : " ^5.2|^6.0|^7 .0" ,
21
+ "illuminate/database" : " ^8 .0" ,
22
22
"geo-io/wkb-parser" : " ^1.0" ,
23
23
"jmikola/geojson" : " ^1.0"
24
24
},
25
25
"require-dev" : {
26
26
"phpunit/phpunit" : " ~6.5" ,
27
- "laravel/laravel" : " ^5.2|^6.0|^7 .0" ,
27
+ "laravel/laravel" : " ^8 .0" ,
28
28
"doctrine/dbal" : " ^2.5" ,
29
29
"laravel/browser-kit-testing" : " ^2.0" ,
30
30
"mockery/mockery" : " ^1.3"
Original file line number Diff line number Diff line change 6
6
7
7
class BaseBuilder extends QueryBuilder
8
8
{
9
- protected function cleanBindings (array $ bindings )
9
+ public function cleanBindings (array $ bindings )
10
10
{
11
11
$ spatialBindings = [];
12
12
foreach ($ bindings as &$ binding ) {
You can’t perform that action at this time.
0 commit comments