Skip to content

Commit

Permalink
fix: bug
Browse files Browse the repository at this point in the history
  • Loading branch information
fox-john committed Sep 12, 2024
1 parent bf42d62 commit 51383db
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions config/common/repository.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,18 +74,6 @@ services:
arguments:
- '@=service("prestashop.adapter.legacy.context").getContext()'

PrestaShop\Module\PsEventbus\Repository\CartRepository:
class: PrestaShop\Module\PsEventbus\Repository\CartRepository
public: true
arguments:
- '@=service("prestashop.adapter.legacy.context").getContext()'

PrestaShop\Module\PsEventbus\Repository\CartProductRepository:
class: PrestaShop\Module\PsEventbus\Repository\CartProductRepository
public: true
arguments:
- '@=service("prestashop.adapter.legacy.context").getContext()'

PrestaShop\Module\PsEventbus\Repository\CartRuleRepository:
class: PrestaShop\Module\PsEventbus\Repository\CartRuleRepository
public: true
Expand Down

0 comments on commit 51383db

Please sign in to comment.