Files
newwalls.pl/modules/ps_eventbus/config/front/api.yml
2024-12-17 13:43:22 +01:00

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'