notification: send an email to addressesEmails

This commit is contained in:
2022-04-13 22:50:32 +02:00
parent 24d28b0a52
commit a41d6cf744
5 changed files with 86 additions and 0 deletions

View File

@@ -183,6 +183,14 @@ class Notification implements TrackUpdateInterface
return $this;
}
/**
* @return array
*/
public function getAddedAddresses(): array
{
return $this->addedAddresses;
}
public function addComment(NotificationComment $comment): self
{
if (!$this->comments->contains($comment)) {