12 lines
336 B
YAML
12 lines
336 B
YAML
services:
|
|
PrestaShop\Module\PsEventbus\Api\EventBusSyncClient:
|
|
class: PrestaShop\Module\PsEventbus\Api\EventBusSyncClient
|
|
arguments:
|
|
- '@ps_eventbus.link'
|
|
|
|
PrestaShop\Module\PsEventbus\Api\EventBusProxyClient:
|
|
class: PrestaShop\Module\PsEventbus\Api\EventBusProxyClient
|
|
arguments:
|
|
- '@ps_eventbus.link'
|
|
|