From bd0b7fd181f4f83e9b724f7bafcb48e7a641a0ad Mon Sep 17 00:00:00 2001 From: Morgan Pichat Date: Mon, 2 Oct 2023 17:29:01 +0200 Subject: [PATCH] bump to version 2.0.3 --- config/services.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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'