Skip to content

Commit

Permalink
refactor: let's keep compat for a while
Browse files Browse the repository at this point in the history
  • Loading branch information
hschoenenberger committed Jan 3, 2025
1 parent 7e60abd commit dfb3c08
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions config/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@ services:
arguments:
- 'PrestaShop\Module\PsAccounts\Service\PsAccountsService'

# FIXME: probably totally useless now
# PrestaShop\Module\PsAccounts\Service\PsBillingService:
# class: PrestaShop\Module\PsAccounts\Service\PsBillingService
# public: true
# factory: [ 'PrestaShop\Module\PsAccounts\ServiceProvider\StaticProvider', 'provide' ]
# arguments:
# - 'PrestaShop\Module\PsAccounts\Service\PsBillingService'
PrestaShop\Module\PsAccounts\Service\PsBillingService:
class: PrestaShop\Module\PsAccounts\Service\PsBillingService
public: true
factory: [ 'PrestaShop\Module\PsAccounts\ServiceProvider\StaticProvider', 'provide' ]
arguments:
- 'PrestaShop\Module\PsAccounts\Service\PsBillingService'

PrestaShop\Module\PsAccounts\Repository\UserTokenRepository:
class: PrestaShop\Module\PsAccounts\Repository\UserTokenRepository
Expand Down

0 comments on commit dfb3c08

Please sign in to comment.