Skip to content

Commit 59502dc

Browse files
authored
Merge pull request buildwithyab#14 from michaelst/master
clear whereParams before creating new ones
2 parents e05c6c4 + 2cac18f commit 59502dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Engines/Modes/Mode.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ abstract public function isFullText();
2424

2525
protected function buildWheres(Builder $builder)
2626
{
27+
$this->whereParams = null;
28+
2729
$queryString = '';
2830

2931
$parsedWheres = $this->parseWheres($builder->wheres);

0 commit comments

Comments
 (0)