Added suids field to the list of always change if differ list.

This commit is contained in:
Abdulmhsen B. A. A
2022-05-14 23:16:05 +03:00
parent 2abbd03bdf
commit 87bb9b3acf

View File

@@ -228,6 +228,10 @@ final class StateEntity implements StateInterface
$this->updateValue('parent', $entity);
}
if ($this->suids !== $entity->suids) {
$this->updateValue('suids', $entity);
}
return $this;
}