first commit
This commit is contained in:
101
modules/ps_eventbus/config/front/repository.yml
Normal file
101
modules/ps_eventbus/config/front/repository.yml
Normal file
@@ -0,0 +1,101 @@
|
||||
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'
|
||||
Reference in New Issue
Block a user