Skip to content

Commit

Permalink
Make public
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeboot committed Sep 4, 2020
1 parent e8cf208 commit 1e47ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Eloquent/BaseBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class BaseBuilder extends QueryBuilder
{
protected function cleanBindings(array $bindings)
public function cleanBindings(array $bindings)
{
$spatialBindings = [];
foreach ($bindings as &$binding) {
Expand Down

0 comments on commit 1e47ab8

Please sign in to comment.