Skip to content

Commit 1e47ab8

Browse files
committed
Make public
1 parent e8cf208 commit 1e47ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)