Current path: home/webdevt/www/schtroumpf.fr/modules/ps_accounts/upgrade/
?? Go up: /home/webdevt/www/schtroumpf.fr/modules/ps_accounts
<?php
/**
* @param Ps_accounts $module
*
* @return bool
*
* @throws Exception
*/
function upgrade_module_6_1_4($module)
{
$module->registerHook($module->getHookToInstall());
return true;
}