Files
2024-11-20 09:09:44 +01:00

18 lines
779 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:
- '@PrestaShop\Module\PrestashopFacebook\Repository\TabRepository'
- '@PrestaShop\Module\Ps_facebook\Tracker\Segment'
- '@PrestaShop\Module\PrestashopFacebook\Handler\ErrorHandler\ErrorHandler'
- '@PrestaShop\Module\PrestashopFacebook\API\Client\FacebookClient'