This commit is contained in:
2021-03-04 15:52:32 +08:00
parent 35cda6f5d0
commit 66c7d39a5a
-1
View File
@@ -21,7 +21,6 @@ class InCondition extends Condition
*/ */
#[Pure] public function builder(): string #[Pure] public function builder(): string
{ {
var_dump($this->value);
if (is_array($this->value)) { if (is_array($this->value)) {
return sprintf('%s IN (%s)', $this->column, implode(',', $this->value)); return sprintf('%s IN (%s)', $this->column, implode(',', $this->value));
} }