* @copyright Since 2007 PrestaShop SA and Contributors * @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0 */ namespace PrestaShop\Module\PsAccounts\Hook; use PrestaShop\Module\PsAccounts\Service\PsAccountsService; class ActionShopAccountLinkAfter extends Hook { /** * @param array $params * * @return void * * @throws \Exception */ public function execute(array $params = []) { // /** @var PsAccountsService $service */ // $service = $this->module->getService(PsAccountsService::class); // $service->enableLogin(true); } }