Skip to content

Commit

Permalink
fix: remove useless service
Browse files Browse the repository at this point in the history
  • Loading branch information
fox-john committed Mar 27, 2023
1 parent 41984de commit 63bff12
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 49 deletions.
3 changes: 0 additions & 3 deletions config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ services:
PrestaShop\Module\Psgdpr\Repository\ConsentRepository:
class: 'PrestaShop\Module\Psgdpr\Repository\ConsentRepository'

PrestaShop\Module\Psgdpr\Repository\ConsentLangRepository:
class: 'PrestaShop\Module\Psgdpr\Repository\ConsentLangRepository'

## CONTROLLERS ##
PrestaShop\Module\Psgdpr\Controller\Admin\CustomerController:
class: 'PrestaShop\Module\Psgdpr\Controller\Admin\CustomerController'
Expand Down
2 changes: 1 addition & 1 deletion src/Entity/PsgdprConsentLang.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

/**
* @ORM\Table()
* @ORM\Entity(repositoryClass="PrestaShop\Module\Psgdpr\Repository\ConsentLangRepository")
* @ORM\Entity()
*/
class PsgdprConsentLang
{
Expand Down
45 changes: 0 additions & 45 deletions src/Repository/ConsentLangRepository.php

This file was deleted.

0 comments on commit 63bff12

Please sign in to comment.