- Fixed missed file conflict
This commit is contained in:
parent
6f558f2923
commit
c8397484e6
|
@ -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)
|
||||
]);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue