- Fixed missed file conflict

This commit is contained in:
Dave M. 2020-10-06 18:06:44 +00:00
parent 6f558f2923
commit c8397484e6
1 changed files with 1 additions and 5 deletions

View File

@ -67,11 +67,7 @@ class Where extends Fragment {
}
return $this->renderSegments([
! $this->parent && ! empty($this->conditionList) ? static::SQL_TOKEN : "",
=======
! $this->parent && ! $skipToken ? static::SQL_TOKEN : "",
>>>>>>> 27d5fd0b08b98f6fda3b8a6682b2dd7c7a692d82
! $this->parent && ! $skipToken && ! empty($this->conditionList) ? static::SQL_TOKEN : "",
implode(" ", $stack)
]);
}