Skip to content

Commit 9989436

Browse files
committed
Merge remote-tracking branch 'origin/v4' into v4
# Conflicts: # composer.json
2 parents 04e0615 + a6a238f commit 9989436

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
"php": ">=7.3",
1919
"ext-pdo": "*",
2020
"ext-json": "*",
21-
"illuminate/database": "^5.2|^6.0|^7.0",
21+
"illuminate/database": "^8.0",
2222
"geo-io/wkb-parser": "^1.0",
2323
"jmikola/geojson": "^1.0"
2424
},
2525
"require-dev": {
2626
"phpunit/phpunit": "~6.5",
27-
"laravel/laravel": "^5.2|^6.0|^7.0",
27+
"laravel/laravel": "^8.0",
2828
"doctrine/dbal": "^2.5",
2929
"laravel/browser-kit-testing": "^2.0",
3030
"mockery/mockery": "^1.3"

src/Eloquent/BaseBuilder.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class BaseBuilder extends QueryBuilder
88
{
9-
protected function cleanBindings(array $bindings)
9+
public function cleanBindings(array $bindings)
1010
{
1111
$spatialBindings = [];
1212
foreach ($bindings as &$binding) {

0 commit comments

Comments
 (0)