?? GreyFile — Mystic File Browser

Current path: home/webdevt/prestashop17/modules/psxmarketingwithgoogle/config/admin/



?? Go up: /home/webdevt/prestashop17/modules/psxmarketingwithgoogle/config

?? Viewing: installer.yml

services:
  PrestaShop\Module\PsxMarketingWithGoogle\Database\Installer:
    class: PrestaShop\Module\PsxMarketingWithGoogle\Database\Installer
    public: true
    arguments:
      - '@psxmarketingwithgoogle'
      - '@PrestaShop\Module\PsxMarketingWithGoogle\Tracker\Segment'
      - '@PrestaShop\Module\PsxMarketingWithGoogle\Handler\ErrorHandler'

  PrestaShop\Module\PsxMarketingWithGoogle\Database\Uninstaller:
    class: PrestaShop\Module\PsxMarketingWithGoogle\Database\Uninstaller
    public: true
    arguments:
      - '@PrestaShop\Module\PsxMarketingWithGoogle\Repository\TabRepository'
      - '@PrestaShop\Module\PsxMarketingWithGoogle\Tracker\Segment'
      - '@PrestaShop\Module\PsxMarketingWithGoogle\Handler\ErrorHandler'


??

??