This commit is contained in:
2021-03-04 15:51:53 +08:00
parent 1d95c7db37
commit 35cda6f5d0
2 changed files with 4 additions and 5 deletions
-1
View File
@@ -153,7 +153,6 @@ trait Builder
if (!isset($condition[0])) {
return implode(' AND ', $this->_hashMap($condition));
}
var_dump($condition);
$stroppier = strtoupper($condition[0]);
if (str_contains($stroppier, 'OR')) {
if (!is_string($condition[2])) {