Files
wyczarujprezent.pl/modules/ps_eventbus/config/front/builder.yml
2024-10-28 22:14:22 +01:00

11 lines
505 B
YAML

services:
PrestaShop\Module\PsEventbus\Builder\CarrierBuilder:
class: PrestaShop\Module\PsEventbus\Builder\CarrierBuilder
public: true
arguments:
- '@PrestaShop\Module\PsEventbus\Repository\CarrierRepository'
- '@PrestaShop\Module\PsEventbus\Repository\CountryRepository'
- '@PrestaShop\Module\PsEventbus\Repository\StateRepository'
- '@PrestaShop\Module\PsEventbus\Repository\TaxRepository'
- '@PrestaShop\Module\PsEventbus\Repository\ConfigurationRepository'