first commit

This commit is contained in:
2024-11-05 12:22:50 +01:00
commit e5682a3912
19641 changed files with 2948548 additions and 0 deletions

View 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'