first commit
This commit is contained in:
55
modules/psxmarketingwithgoogle/config/common/repository.yml
Normal file
55
modules/psxmarketingwithgoogle/config/common/repository.yml
Normal file
@@ -0,0 +1,55 @@
|
||||
services:
|
||||
PrestaShop\Module\PsxMarketingWithGoogle\Repository\TabRepository:
|
||||
class: PrestaShop\Module\PsxMarketingWithGoogle\Repository\TabRepository
|
||||
public: true
|
||||
|
||||
|
||||
PrestaShop\Module\PsxMarketingWithGoogle\Repository\CarrierRepository:
|
||||
class: PrestaShop\Module\PsxMarketingWithGoogle\Repository\CarrierRepository
|
||||
public: true
|
||||
arguments:
|
||||
- '@psxmarketingwithgoogle.db'
|
||||
- '@psxmarketingwithgoogle.context'
|
||||
|
||||
PrestaShop\Module\PsxMarketingWithGoogle\Repository\AttributesRepository:
|
||||
class: PrestaShop\Module\PsxMarketingWithGoogle\Repository\AttributesRepository
|
||||
public: true
|
||||
arguments:
|
||||
- '@psxmarketingwithgoogle.context'
|
||||
|
||||
PrestaShop\Module\PsxMarketingWithGoogle\Repository\CountryRepository:
|
||||
class: PrestaShop\Module\PsxMarketingWithGoogle\Repository\CountryRepository
|
||||
public: true
|
||||
arguments:
|
||||
- '@psxmarketingwithgoogle.db'
|
||||
- '@psxmarketingwithgoogle.context'
|
||||
- '@psxmarketingwithgoogle.country'
|
||||
- '@PrestaShop\Module\PsxMarketingWithGoogle\Adapter\ConfigurationAdapter'
|
||||
|
||||
PrestaShop\Module\PsxMarketingWithGoogle\Repository\CurrencyRepository:
|
||||
class: PrestaShop\Module\PsxMarketingWithGoogle\Repository\CurrencyRepository
|
||||
public: true
|
||||
arguments:
|
||||
- '@psxmarketingwithgoogle.currency'
|
||||
|
||||
PrestaShop\Module\PsxMarketingWithGoogle\Repository\LanguageRepository:
|
||||
class: PrestaShop\Module\PsxMarketingWithGoogle\Repository\LanguageRepository
|
||||
public: true
|
||||
|
||||
PrestaShop\Module\PsxMarketingWithGoogle\Repository\ProductRepository:
|
||||
class: PrestaShop\Module\PsxMarketingWithGoogle\Repository\ProductRepository
|
||||
public: true
|
||||
|
||||
PrestaShop\Module\PsxMarketingWithGoogle\Repository\StateRepository:
|
||||
class: PrestaShop\Module\PsxMarketingWithGoogle\Repository\StateRepository
|
||||
public: true
|
||||
arguments:
|
||||
- '@psxmarketingwithgoogle.db'
|
||||
- '@psxmarketingwithgoogle.context'
|
||||
|
||||
PrestaShop\Module\PsxMarketingWithGoogle\Repository\TaxRepository:
|
||||
class: PrestaShop\Module\PsxMarketingWithGoogle\Repository\TaxRepository
|
||||
public: true
|
||||
arguments:
|
||||
- '@psxmarketingwithgoogle.db'
|
||||
- '@psxmarketingwithgoogle.context'
|
||||
Reference in New Issue
Block a user