This commit is contained in:
Yuri Kuznetsov
2025-02-12 13:41:30 +02:00
parent cf20fe65cc
commit 50b7f2cf30
11 changed files with 12 additions and 12 deletions
@@ -46,7 +46,7 @@ class IsSystemLoader implements Loader
public function process(Entity $entity, Params $params): void
{
$isSystem = $entity->getEmailAddress() === $this->configDataProvider->getOutboundEmailFromAddress();
$isSystem = $entity->getEmailAddress() === $this->configDataProvider->getSystemOutboundAddress();
$entity->set('isSystem', $isSystem);
}