File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 1515
1616use CustomerManagementFrameworkBundle \CustomerDuplicatesService \CustomerDuplicatesServiceInterface ;
1717use CustomerManagementFrameworkBundle \CustomerProvider \CustomerProviderInterface ;
18+ use CustomerManagementFrameworkBundle \CustomerProvider \ObjectNamingScheme \ObjectNamingSchemeInterface ;
1819use CustomerManagementFrameworkBundle \CustomerSaveManager \CustomerSaveManagerInterface ;
1920use CustomerManagementFrameworkBundle \CustomerSaveValidator \CustomerSaveValidatorInterface ;
2021use CustomerManagementFrameworkBundle \DuplicatesIndex \DuplicatesIndexInterface ;
@@ -91,6 +92,7 @@ private function registerSegmentManagerConfiguration(ContainerBuilder $container
9192 private function registerCustomerProviderConfiguration (ContainerBuilder $ container , array $ config )
9293 {
9394 $ container ->setAlias ('cmf.customer_provider ' , CustomerProviderInterface::class);
95+ $ container ->setAlias ('cmf.customer_provider.object_naming_scheme ' , ObjectNamingSchemeInterface::class);
9496
9597 $ container ->setParameter ('pimcore_customer_management_framework.customer_provider.namingScheme ' , $ config ['namingScheme ' ]);
9698 $ container ->setParameter ('pimcore_customer_management_framework.customer_provider.parentPath ' , $ config ['parentPath ' ]);
You can’t perform that action at this time.
0 commit comments