HEX
Server: Apache
System: Linux webm019.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: petsclubcc (68997)
PHP: 5.4.45
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/petsclubcc/prestashop1.8/modules/ps_accounts/config/common.yml
services:
  ##########################
  # Shared Services :
  # Those services might be accessed directly from the core container
  # by some modules.
  # Doing so we maintain compatibility & ensure the same instance is provided.

  PrestaShop\Module\PsAccounts\Service\PsAccountsService:
    class: PrestaShop\Module\PsAccounts\Service\PsAccountsService
    public: true
    factory: ['PrestaShop\Module\PsAccounts\ServiceProvider\StaticProvider', 'provide']
    arguments:
      - 'PrestaShop\Module\PsAccounts\Service\PsAccountsService'

  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
    public: true
    factory: ['PrestaShop\Module\PsAccounts\ServiceProvider\StaticProvider', 'provide']
    arguments:
      - 'PrestaShop\Module\PsAccounts\Repository\UserTokenRepository'

  PrestaShop\Module\PsAccounts\Presenter\PsAccountsPresenter:
    class: PrestaShop\Module\PsAccounts\Presenter\PsAccountsPresenter
    public: true
    factory: ['PrestaShop\Module\PsAccounts\ServiceProvider\StaticProvider', 'provide']
    arguments:
      - 'PrestaShop\Module\PsAccounts\Presenter\PsAccountsPresenter'