first commit
This commit is contained in:
10
modules/ps_facebook/config/common/dispatcher.yml
Normal file
10
modules/ps_facebook/config/common/dispatcher.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
PrestaShop\Module\PrestashopFacebook\Dispatcher\EventDispatcher:
|
||||
class: PrestaShop\Module\PrestashopFacebook\Dispatcher\EventDispatcher
|
||||
public: true
|
||||
arguments:
|
||||
- '@PrestaShop\Module\PrestashopFacebook\Handler\ApiConversionHandler'
|
||||
- '@PrestaShop\Module\PrestashopFacebook\Handler\PixelHandler'
|
||||
- '@PrestaShop\Module\PrestashopFacebook\Adapter\ConfigurationAdapter'
|
||||
- '@PrestaShop\Module\PrestashopFacebook\Provider\EventDataProvider'
|
||||
- '@ps_facebook.context'
|
||||
Reference in New Issue
Block a user