Implement email actions filter in Doctrine
[MAILPOET-3077]
This commit is contained in:
committed by
Veljko V
parent
cf76480ab3
commit
00db901d94
@ -19,6 +19,8 @@ class DynamicSegmentFilterEntity {
|
||||
use SafeToOneAssociationLoadTrait;
|
||||
|
||||
const TYPE_USER_ROLE = 'userRole';
|
||||
const TYPE_EMAIL = 'email';
|
||||
const TYPE_WOOCOMMERCE = 'woocommerce';
|
||||
|
||||
/**
|
||||
* @ORM\ManyToOne(targetEntity="MailPoet\Entities\SegmentEntity", inversedBy="filters")
|
||||
|
Reference in New Issue
Block a user