Create SubscriberSaveController

[MAILPOET-3031]
This commit is contained in:
Jan Lysý
2021-03-24 10:13:26 +01:00
committed by Veljko V
parent 761d587573
commit b8e7fb3dd0
2 changed files with 219 additions and 0 deletions

View File

@@ -246,6 +246,7 @@ class ContainerConfigurator implements IContainerConfigurator {
$container->autowire(\MailPoet\Subscribers\SubscriberListingRepository::class)->setPublic(true);
$container->autowire(\MailPoet\Subscribers\SubscriberSegmentRepository::class)->setPublic(true);
$container->autowire(\MailPoet\Subscribers\SubscriberCustomFieldRepository::class)->setPublic(true);
$container->autowire(\MailPoet\Subscribers\SubscriberSaveController::class)->setPublic(true);
$container->autowire(\MailPoet\Subscribers\ImportExport\ImportExportRepository::class)->setPublic(true);
$container->autowire(\MailPoet\Subscribers\Statistics\SubscriberStatisticsRepository::class);
// Segments