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