12 lines
579 B
YAML
12 lines
579 B
YAML
services:
|
|
PrestaShop\Module\PsxMarketingWithGoogle\Builder\CarrierBuilder:
|
|
class: PrestaShop\Module\PsxMarketingWithGoogle\Builder\CarrierBuilder
|
|
public: true
|
|
arguments:
|
|
- '@PrestaShop\Module\PsxMarketingWithGoogle\Repository\CarrierRepository'
|
|
- '@PrestaShop\Module\PsxMarketingWithGoogle\Repository\CountryRepository'
|
|
- '@PrestaShop\Module\PsxMarketingWithGoogle\Repository\StateRepository'
|
|
- '@PrestaShop\Module\PsxMarketingWithGoogle\Repository\TaxRepository'
|
|
- '@PrestaShop\Module\PsxMarketingWithGoogle\Adapter\ConfigurationAdapter'
|
|
|