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