Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
I-Valchev committed Aug 21, 2020
1 parent 582c4a2 commit 2d33cd1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Storage/SelectQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,6 @@ public function getWhereExpression(): ?Base
}
}

$this->index = 1;

return $expr;
}

Expand All @@ -248,7 +246,7 @@ public function addFilter(Filter $filter): void
*
* @return Filter[]
*/
public function getFilters(): array
protected function getFilters(): array
{
return $this->filters;
}
Expand Down

0 comments on commit 2d33cd1

Please sign in to comment.