diff --git a/config/services.yml b/config/services.yml index 605250bb..374025aa 100644 --- a/config/services.yml +++ b/config/services.yml @@ -15,8 +15,7 @@ services: PrestaShop\Module\Psgdpr\Service\LoggerService: class: 'PrestaShop\Module\Psgdpr\Service\LoggerService' arguments: - - "@PrestaShop\\Module\\Psgdpr\\Repository\\LoggerRepository" - - "@PrestaShop\\Module\\Psgdpr\\Repository\\CustomerRepository" + - '@PrestaShop\Module\Psgdpr\Repository\LoggerRepository' PrestaShop\Module\Psgdpr\Service\ExportService: class: 'PrestaShop\Module\Psgdpr\Service\ExportService'