19 lines
802 B
YAML
19 lines
802 B
YAML
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'
|