Skip to content

Commit 4357ccd

Browse files
authored
Update QueryObjectDataSource.php
1 parent b677b43 commit 4357ccd

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/QueryObjectDataSource.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,4 +262,9 @@ public function getQueryObject(): QueryObject
262262
{
263263
return $this->queryObject;
264264
}
265+
266+
public function __clone(): void
267+
{
268+
$this->queryObject = clone $this->queryObject;
269+
}
265270
}

0 commit comments

Comments
 (0)