We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 04e0615 + a6a238f commit 9989436Copy full SHA for 9989436
composer.json
@@ -18,13 +18,13 @@
18
"php": ">=7.3",
19
"ext-pdo": "*",
20
"ext-json": "*",
21
- "illuminate/database": "^5.2|^6.0|^7.0",
+ "illuminate/database": "^8.0",
22
"geo-io/wkb-parser": "^1.0",
23
"jmikola/geojson": "^1.0"
24
},
25
"require-dev": {
26
"phpunit/phpunit": "~6.5",
27
- "laravel/laravel": "^5.2|^6.0|^7.0",
+ "laravel/laravel": "^8.0",
28
"doctrine/dbal": "^2.5",
29
"laravel/browser-kit-testing": "^2.0",
30
"mockery/mockery": "^1.3"
src/Eloquent/BaseBuilder.php
@@ -6,7 +6,7 @@
6
7
class BaseBuilder extends QueryBuilder
8
{
9
- protected function cleanBindings(array $bindings)
+ public function cleanBindings(array $bindings)
10
11
$spatialBindings = [];
12
foreach ($bindings as &$binding) {
0 commit comments