?? GreyFile — Mystic File Browser

Current path: home/webdevt/prestashop17/src/PrestaShopBundle/Resources/config/services/core/domain/



?? Go up: /home/webdevt/prestashop17/src/PrestaShopBundle/Resources/config/services/core

?? Viewing: customer_service.yml

services:
  _defaults:
    public: true

  prestashop.core.domain.customer_service.command_handler.update_customer_thread_status_handler:
    class: PrestaShop\PrestaShop\Core\Domain\CustomerService\CommandHandler\UpdateCustomerThreadStatusHandler
    arguments:
      - '@doctrine.dbal.default_connection'
      - '%database_prefix%'
    tags:
      - name: tactician.handler
        command: PrestaShop\PrestaShop\Core\Domain\CustomerService\Command\UpdateCustomerThreadStatusCommand


??

??