Refactor newly added cron workers to use new settings
[MAILPOET-1757]
This commit is contained in:
@ -59,7 +59,7 @@ class WorkersFactory {
|
||||
}
|
||||
|
||||
function createStatsNotificationsWorker($timer) {
|
||||
return new StatsNotificationsWorker($this->mailer, $this->renderer, $timer);
|
||||
return new StatsNotificationsWorker($this->mailer, $this->renderer, $this->settings, $timer);
|
||||
}
|
||||
|
||||
/** @return SendingServiceKeyCheckWorker */
|
||||
|
Reference in New Issue
Block a user