Append subscribers limit notice with info about WP users segment

[MAILPOET-3143]
This commit is contained in:
Rostislav Wolny
2021-01-07 15:36:16 +01:00
committed by Veljko V
parent 0eb60a4880
commit e576002d70
5 changed files with 33 additions and 1 deletions

View File

@ -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()