Open kwazaro opened 5 years ago
How can I update the entity model just after creating new comment? I wonder, why the entity className() saved in database is encrypted, which makes impossible to find the entity in events. Or maybe there is another way to do it?
$entityHash = hash('crc32', get_class($model));
How can I update the entity model just after creating new comment? I wonder, why the entity className() saved in database is encrypted, which makes impossible to find the entity in events. Or maybe there is another way to do it?