Update SubscriberSegmentEntity relation annotation
[MAILPOET-3146]
This commit is contained in:
committed by
Veljko V
parent
2f1ea71e73
commit
1f42a4bb46
@@ -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;
|
||||
|
Reference in New Issue
Block a user