Merge pull request #105 from ArabCoders/dev

Added suids field to the list of always change if differ list.
This commit is contained in:
Abdulmohsen
2022-05-14 23:18:00 +03:00
committed by GitHub

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;
}