- Renames and updates sending queue worker
- Updates mailer router's send() method
This commit is contained in:
@@ -12,7 +12,7 @@ class BootStrapMenu {
|
||||
|
||||
function getSegments($withConfirmedSubscribers = false) {
|
||||
$segments = ($this->action === 'import') ?
|
||||
Segment::getSegmentsForImport() :
|
||||
Segment::getSegmentsWithSubscriberCount() :
|
||||
Segment::getSegmentsForExport($withConfirmedSubscribers);
|
||||
return array_map(function ($segment) {
|
||||
return array(
|
||||
|
Reference in New Issue
Block a user