Skip to content

Commit

Permalink
Update MySQLQuery.php
Browse files Browse the repository at this point in the history
  • Loading branch information
usernane committed Dec 3, 2023
1 parent b475f7d commit c5582b1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions webfiori/database/mysql/MySQLQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,6 @@ public function copyQuery(): AbstractQuery {
$copy->setTable($this->getTable(), false);
$copy->setSchema($this->getSchema());
$copy->setBindings($this->getBindings());
// $copy->setBindings($this->getBindings());

return $copy;
}
/**
Expand Down

0 comments on commit c5582b1

Please sign in to comment.