Append subscribers limit notice with info about WP users segment
[MAILPOET-3143]
This commit is contained in:
committed by
Veljko V
parent
0eb60a4880
commit
e576002d70
@ -25,6 +25,9 @@ class SegmentEntity {
|
||||
const TYPE_DEFAULT = 'default';
|
||||
const TYPE_DYNAMIC = 'dynamic';
|
||||
|
||||
const SEGMENT_ENABLED = 'active';
|
||||
const SEGMENT_DISABLED = 'disabled';
|
||||
|
||||
/**
|
||||
* @ORM\Column(type="string")
|
||||
* @Assert\NotBlank()
|
||||
|
Reference in New Issue
Block a user