We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8cf208 commit 1e47ab8Copy full SHA for 1e47ab8
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