Update SubscriberSegmentEntity relation annotation

[MAILPOET-3146]
This commit is contained in:
Rostislav Wolny
2020-10-07 10:36:53 +02:00
committed by Veljko V
parent 2f1ea71e73
commit 1f42a4bb46

View File

@@ -25,7 +25,7 @@ class SubscriberSegmentEntity {
private $segment;
/**
* @ORM\ManyToOne(targetEntity="MailPoet\Entities\SubscriberEntity")
* @ORM\ManyToOne(targetEntity="MailPoet\Entities\SubscriberEntity", inversedBy="subscriberSegments")
* @var SubscriberEntity|null
*/
private $subscriber;