|
@@ -56,6 +56,7 @@ class Email extends AbstractMessage
|
|
|
$this->reports = new ArrayCollection();
|
|
$this->reports = new ArrayCollection();
|
|
|
$this->files = new ArrayCollection();
|
|
$this->files = new ArrayCollection();
|
|
|
$this->tags = new ArrayCollection();
|
|
$this->tags = new ArrayCollection();
|
|
|
|
|
+ parent::__construct();
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
public function getDiscr(): ?string
|
|
public function getDiscr(): ?string
|