This commit is contained in:
Yuri Kuznetsov
2021-10-29 13:48:03 +03:00
parent 097a115595
commit 6f7ef14482
4 changed files with 12 additions and 10 deletions
+3 -1
View File
@@ -56,7 +56,9 @@ class InsertBuilder implements Builder
*/
public function clone(Insert $query): self
{
return $this->cloneInternal($query);
$this->cloneInternal($query);
return $this;
}
/**