Add cron worker for reporting subscriber stats
[MAILPOET-3868]
This commit is contained in:
committed by
Veljko V
parent
b07326aaa4
commit
ffe291c521
@@ -122,4 +122,9 @@ class WorkersFactory {
|
||||
public function createReEngagementEmailsSchedulerWorker() {
|
||||
return $this->container->get(ReEngagementEmailsScheduler::class);
|
||||
}
|
||||
|
||||
/** @return SubscribersStatsReport */
|
||||
public function createSubscribersStatsReportWorker() {
|
||||
return $this->container->get(SubscribersStatsReport::class);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user