services: _defaults: public: true prestashop.module.dpdshipping.domain.tracking.query.test.dpd.connection: class: 'DpdShipping\Domain\TestConnection\Query\TestDpdConnectionHandler' arguments: - '@prestashop.module.dpdshipping.api' tags: - { name: 'messenger.message_handler', handles: 'DpdShipping\Domain\TestConnection\Query\TestDpdConnection', method: 'handle' } - { name: 'tactician.handler', command: 'DpdShipping\Domain\TestConnection\Query\TestDpdConnection' }