HEX
Server: Apache
System: Linux srv13.cpanelhost.cl 3.10.0-962.3.2.lve1.5.38.el7.x86_64 #1 SMP Thu Jun 18 05:28:41 EDT 2020 x86_64
User: cca63905 (4205)
PHP: 7.3.20
Disabled: NONE
Upload Files
File: //proc/self/cwd/nueva/modules/chatgptcontentgenerator/config/admin/ps.services.yml
services:
  _defaults:
    public: true

  ##############
  # Module

  chatgptcontentgenerator.module:
    class: Chatgptcontentgenerator
    factory: ['Module', 'getInstanceByName']
    arguments:
      - 'chatgptcontentgenerator'

  chatgptcontentgenerator.context:
    class: Context
    factory: ['Context', 'getContext']

  #####################
  # PrestaShop Account
  # ps_accounts.installer:
  #   class: 'PrestaShop\PsAccountsInstaller\Installer\Installer'
  #   arguments:
  #     - '5.0'
  chatgptcontentgenerator.ps_accounts.installer:
    class: 'PrestaShop\Module\Chatgptcontentgenerator\Installer\Installer'
    arguments:
      - '5.0'

  chatgptcontentgenerator.ps_accounts.facade:
    class: 'PrestaShop\PsAccountsInstaller\Installer\Facade\PsAccounts'
    arguments:
      - '@chatgptcontentgenerator.ps_accounts.installer'

  #####################
  # PrestaShop Billing

  chatgptcontentgenerator.ps_billings.context_wrapper:
    class: 'PrestaShopCorp\Billing\Wrappers\BillingContextWrapper'
    arguments:
    - '@chatgptcontentgenerator.ps_accounts.facade'
    - '@chatgptcontentgenerator.context'
    - false

  chatgptcontentgenerator.ps_billings.facade:
    class: 'PrestaShopCorp\Billing\Presenter\BillingPresenter'
    arguments:
    - '@chatgptcontentgenerator.ps_billings.context_wrapper'
    - '@chatgptcontentgenerator.module'

  # Remove this if you do not need BillingService
  chatgptcontentgenerator.ps_billings.service:
    class: 'PrestaShopCorp\Billing\Services\BillingService'
    arguments:
    - '@chatgptcontentgenerator.ps_billings.context_wrapper'
    - '@chatgptcontentgenerator.module'