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/src/PrestaShopBundle/Resources/config/services/core/command_bus.yml
services:
    _defaults:
        public: true

    prestashop.core.command_bus:
        class: 'PrestaShop\PrestaShop\Core\CommandBus\TacticianCommandBusAdapter'
        arguments:
            - '@tactician.commandbus.default'

    prestashop.core.query_bus:
        parent: 'prestashop.core.command_bus'
        public: true

    prestashop.core.provider.command_definition_provider:
      class: 'PrestaShop\PrestaShop\Core\CommandBus\Parser\CommandDefinitionParser'

    prestashop.core.command_bus.middleware.command_register_middleware:
      class: PrestaShop\PrestaShop\Core\CommandBus\Middleware\CommandRegisterMiddleware
      arguments:
        - '@tactician.handler.locator.symfony'
        - '@tactician.handler.command_name_extractor.class_name'
        - '@prestashop.core.command_bus.executed_command_registry'

    prestashop.core.command_bus.executed_command_registry:
      class: PrestaShop\PrestaShop\Core\CommandBus\ExecutedCommandRegistry
      arguments:
        - '@prestashop.core.command_bus.parser.command_type_parser'

    prestashop.core.command_bus.parser.command_type_parser:
      class: PrestaShop\PrestaShop\Core\CommandBus\Parser\CommandTypeParser