first commit
This commit is contained in:
18
modules/ps_facebook/config/admin/installer.yml
Normal file
18
modules/ps_facebook/config/admin/installer.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
services:
|
||||
PrestaShop\Module\PrestashopFacebook\Database\Installer:
|
||||
class: PrestaShop\Module\PrestashopFacebook\Database\Installer
|
||||
public: true
|
||||
arguments:
|
||||
- '@ps_facebook'
|
||||
- '@PrestaShop\Module\Ps_facebook\Tracker\Segment'
|
||||
- '@PrestaShop\Module\PrestashopFacebook\Handler\ErrorHandler\ErrorHandler'
|
||||
|
||||
PrestaShop\Module\PrestashopFacebook\Database\Uninstaller:
|
||||
class: PrestaShop\Module\PrestashopFacebook\Database\Uninstaller
|
||||
public: true
|
||||
arguments:
|
||||
- '@ps_facebook'
|
||||
- '@PrestaShop\Module\PrestashopFacebook\Repository\TabRepository'
|
||||
- '@PrestaShop\Module\Ps_facebook\Tracker\Segment'
|
||||
- '@PrestaShop\Module\PrestashopFacebook\Handler\ErrorHandler\ErrorHandler'
|
||||
- '@PrestaShop\Module\PrestashopFacebook\API\Client\FacebookClient'
|
||||
Reference in New Issue
Block a user