diff --git a/src/Query/Where.php b/src/Query/Where.php index 0db41c1..78ee819 100644 --- a/src/Query/Where.php +++ b/src/Query/Where.php @@ -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) ]); }