diff --git a/Traits/QueryTrait.php b/Traits/QueryTrait.php index 3f758d5..729c310 100644 --- a/Traits/QueryTrait.php +++ b/Traits/QueryTrait.php @@ -648,9 +648,9 @@ trait QueryTrait */ public function pushParam(mixed $value): static { - if (is_string($value)) { - $value = addslashes($value); - } +// if (is_string($value)) { +// $value = addslashes($value); +// } $this->attributes[] = $value; return $this; }