This commit is contained in:
David Remer
2023-06-06 16:12:31 +03:00
committed by Aschepikov
parent 702b695de9
commit 71c3f1b283

View File

@ -14,7 +14,6 @@ use MailPoet\Newsletter\Statistics\WooCommerceRevenue;
use MailPoet\WooCommerce\Helper;
class OverviewStatisticsController {
/** @var NewslettersRepository */
private $newslettersRepository;
@ -108,7 +107,6 @@ class OverviewStatisticsController {
);
return $data;
}
private function getEmailsFromAutomation(Automation $automation): array {