Disallow reseting last engagement via setter
[MAILPOET-3762]
This commit is contained in:
committed by
Veljko V
parent
ae2d450dce
commit
a6b58e501a
@@ -448,7 +448,7 @@ class SubscriberEntity {
|
|||||||
return $this->lastEngagementAt;
|
return $this->lastEngagementAt;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function setLastEngagementAt(?DateTimeInterface $lastEngagementAt): void {
|
public function setLastEngagementAt(DateTimeInterface $lastEngagementAt): void {
|
||||||
$this->lastEngagementAt = $lastEngagementAt;
|
$this->lastEngagementAt = $lastEngagementAt;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user