Save bounces statistics

[MAILPOET-3765]
This commit is contained in:
Pavel Dohnal
2021-09-07 10:47:40 +02:00
committed by Veljko V
parent 4ed3b3e5ba
commit 1f6836dae6
3 changed files with 29 additions and 1 deletions

View File

@@ -238,6 +238,7 @@ class ContainerConfigurator implements IContainerConfigurator {
$container->autowire(\MailPoet\Statistics\Track\WooCommercePurchases::class);
$container->autowire(\MailPoet\Statistics\Track\Unsubscribes::class)->setPublic(true);
$container->autowire(\MailPoet\Statistics\StatisticsFormsRepository::class)->setPublic(true);
$container->autowire(\MailPoet\Statistics\StatisticsBouncesRepository::class)->setPublic(true);
$container->autowire(\MailPoet\Statistics\StatisticsClicksRepository::class)->setPublic(true);
$container->autowire(\MailPoet\Statistics\StatisticsOpensRepository::class)->setPublic(true);
$container->autowire(\MailPoet\Statistics\StatisticsUnsubscribesRepository::class);