mirror of
https://we.phorge.it/source/phorge.git
synced 2025-04-03 16:08:19 +02: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) {
|
foreach ($this->subsets as $set) {
|
||||||
$set->clearSet();
|
$set->clearSet();
|
||||||
}
|
}
|
||||||
|
$this->subsets = array();
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue