mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-23 05:01:13 +01:00
Remove subsets when cleaning Lisk set
This commit is contained in:
parent
f841491524
commit
1379876db7
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ final class LiskDAOSet {
|
|||
foreach ($this->subsets as $set) {
|
||||
$set->clearSet();
|
||||
}
|
||||
$this->subsets = array();
|
||||
return $this;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue