We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0afe1cb commit bc99f64Copy full SHA for bc99f64
src/Eloquent/BaseBuilder.php
@@ -2,16 +2,10 @@
2
3
namespace Grimzy\LaravelMysqlSpatial\Eloquent;
4
5
-use \Illuminate\Database\Query\Builder;
+use Illuminate\Database\Query\Builder;
6
7
class BaseBuilder extends Builder
8
{
9
- /**
10
- * Remove all of the expressions from a list of bindings.
11
- *
12
- * @param array $bindings
13
- * @return array
14
- */
15
protected function cleanBindings(array $bindings)
16
17
$bindings = array_map(function ($binding) {
src/Eloquent/SpatialExpression.php
@@ -15,4 +15,5 @@ public function getSpatialValue()
return $this->value->toWkt();
}
18
-}
+
19
+}
0 commit comments