This commit is contained in:
Yuri Kuznetsov
2021-12-29 13:23:00 +02:00
parent cb5fdfba85
commit 2a4bd851ab
17 changed files with 102 additions and 42 deletions
@@ -89,7 +89,9 @@ class HookProcessor
{
$entityType = $entity->getEntityType();
assert($entity instanceof CoreEntity);
if (!$entity instanceof CoreEntity) {
return;
}
/**
* No need to process assignment notifications for entity types that have Stream enabled.