qqq
This commit is contained in:
@@ -648,9 +648,9 @@ trait QueryTrait
|
|||||||
*/
|
*/
|
||||||
public function pushParam(mixed $value): static
|
public function pushParam(mixed $value): static
|
||||||
{
|
{
|
||||||
if (is_string($value)) {
|
// if (is_string($value)) {
|
||||||
$value = addslashes($value);
|
// $value = addslashes($value);
|
||||||
}
|
// }
|
||||||
$this->attributes[] = $value;
|
$this->attributes[] = $value;
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user