Refactor subscription segments selection from old model to api
[MAILPOET-3297]
This commit is contained in:
committed by
Veljko V
parent
af574f7e1b
commit
441cb86a76
@@ -190,4 +190,8 @@ class FormEntity {
|
||||
}
|
||||
return $listSelection;
|
||||
}
|
||||
|
||||
public function getSettingsSegmentIds(): array {
|
||||
return $this->settings['segments'] ?? [];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user