Add automated emails subjects to segments response

[MAILPOET-2352]
This commit is contained in:
Ján Mikláš
2019-09-18 12:33:41 +02:00
committed by Jack Kitterhing
parent d43ae6d350
commit dad381c74d
2 changed files with 26 additions and 0 deletions

View File

@ -58,6 +58,7 @@ class Segments extends APIEndpoint {
$data[] = $segment
->withSubscribersCount()
->withAutomatedEmailsSubjects()
->asArray();
}