mirror of
https://github.com/espocrm/espocrm.git
synced 2026-03-03 02:27:01 +00:00
fix
This commit is contained in:
@@ -54,7 +54,7 @@ class UpdateBuilder implements Builder
|
||||
/**
|
||||
* Clone an existing query for a subsequent modifying and building.
|
||||
*/
|
||||
public function clone(Delete $query): self
|
||||
public function clone(Update $query): self
|
||||
{
|
||||
$this->cloneInternal($query);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user