Skip to content

Commit

Permalink
Fix service
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgan Pichat committed Oct 2, 2023
1 parent dd5d2bb commit ae5ddde
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit ae5ddde

Please sign in to comment.