101 lines
3.7 KiB
YAML
101 lines
3.7 KiB
YAML
services:
|
|
PrestaShop\Module\PsEventbus\Repository\CurrencyRepository:
|
|
class: PrestaShop\Module\PsEventbus\Repository\CurrencyRepository
|
|
|
|
PrestaShop\Module\PsEventbus\Repository\LanguageRepository:
|
|
class: PrestaShop\Module\PsEventbus\Repository\LanguageRepository
|
|
|
|
PrestaShop\Module\PsEventbus\Repository\ConfigurationRepository:
|
|
class: PrestaShop\Module\PsEventbus\Repository\ConfigurationRepository
|
|
|
|
PrestaShop\Module\PsEventbus\Repository\EventbusSyncRepository:
|
|
class: PrestaShop\Module\PsEventbus\Repository\EventbusSyncRepository
|
|
arguments:
|
|
- '@ps_eventbus.db'
|
|
- '@ps_eventbus.context'
|
|
|
|
PrestaShop\Module\PsEventbus\Repository\CategoryRepository:
|
|
class: PrestaShop\Module\PsEventbus\Repository\CategoryRepository
|
|
arguments:
|
|
- '@ps_eventbus.db'
|
|
- '@ps_eventbus.context'
|
|
|
|
PrestaShop\Module\PsEventbus\Repository\ImageRepository:
|
|
class: PrestaShop\Module\PsEventbus\Repository\ImageRepository
|
|
arguments:
|
|
- '@ps_eventbus.db'
|
|
|
|
PrestaShop\Module\PsEventbus\Repository\ModuleRepository:
|
|
class: PrestaShop\Module\PsEventbus\Repository\ModuleRepository
|
|
arguments:
|
|
- '@ps_eventbus.db'
|
|
|
|
PrestaShop\Module\PsEventbus\Repository\ProductRepository:
|
|
class: PrestaShop\Module\PsEventbus\Repository\ProductRepository
|
|
arguments:
|
|
- '@ps_eventbus.db'
|
|
- '@ps_eventbus.context'
|
|
- '@PrestaShop\Module\PsEventbus\Formatter\ArrayFormatter'
|
|
|
|
PrestaShop\Module\PsEventbus\Repository\ServerInformationRepository:
|
|
class: PrestaShop\Module\PsEventbus\Repository\ServerInformationRepository
|
|
arguments:
|
|
- '@ps_eventbus.context'
|
|
- '@ps_eventbus.db'
|
|
- '@PrestaShop\Module\PsEventbus\Repository\CurrencyRepository'
|
|
- '@PrestaShop\Module\PsEventbus\Repository\LanguageRepository'
|
|
- '@PrestaShop\Module\PsEventbus\Repository\ConfigurationRepository'
|
|
- '@PrestaShop\Module\PsEventbus\Repository\ShopRepository'
|
|
- '@PrestaShop\Module\PsEventbus\Formatter\ArrayFormatter'
|
|
|
|
PrestaShop\Module\PsEventbus\Repository\ThemeRepository:
|
|
class: PrestaShop\Module\PsEventbus\Repository\ThemeRepository
|
|
arguments:
|
|
- '@ps_eventbus.context'
|
|
- '@ps_eventbus.db'
|
|
|
|
PrestaShop\Module\PsEventbus\Repository\OrderRepository:
|
|
class: PrestaShop\Module\PsEventbus\Repository\OrderRepository
|
|
arguments:
|
|
- '@ps_eventbus.db'
|
|
|
|
PrestaShop\Module\PsEventbus\Repository\OrderDetailsRepository:
|
|
class: PrestaShop\Module\PsEventbus\Repository\OrderDetailsRepository
|
|
arguments:
|
|
- '@ps_eventbus.db'
|
|
- '@ps_eventbus.context'
|
|
|
|
PrestaShop\Module\PsEventbus\Repository\CartRepository:
|
|
class: PrestaShop\Module\PsEventbus\Repository\CartRepository
|
|
arguments:
|
|
- '@ps_eventbus.db'
|
|
- '@ps_eventbus.context'
|
|
|
|
PrestaShop\Module\PsEventbus\Repository\CartProductRepository:
|
|
class: PrestaShop\Module\PsEventbus\Repository\CartProductRepository
|
|
arguments:
|
|
- '@ps_eventbus.db'
|
|
- '@ps_eventbus.context'
|
|
|
|
PrestaShop\Module\PsEventbus\Repository\GoogleTaxonomyRepository:
|
|
class: PrestaShop\Module\PsEventbus\Repository\GoogleTaxonomyRepository
|
|
arguments:
|
|
- '@ps_eventbus.db'
|
|
|
|
PrestaShop\Module\PsEventbus\Repository\DeletedObjectsRepository:
|
|
class: PrestaShop\Module\PsEventbus\Repository\DeletedObjectsRepository
|
|
arguments:
|
|
- '@ps_eventbus.db'
|
|
- '@ps_eventbus.context'
|
|
|
|
PrestaShop\Module\PsEventbus\Repository\IncrementalSyncRepository:
|
|
class: PrestaShop\Module\PsEventbus\Repository\IncrementalSyncRepository
|
|
arguments:
|
|
- '@ps_eventbus.db'
|
|
- '@ps_eventbus.context'
|
|
|
|
PrestaShop\Module\PsEventbus\Repository\ShopRepository:
|
|
class: PrestaShop\Module\PsEventbus\Repository\ShopRepository
|
|
arguments:
|
|
- '@ps_eventbus.context'
|
|
- '@ps_eventbus.db' |