Files
wyczarujprezent.pl/modules/ps_accounts/upgrade/upgrade-5.1.0.php
2024-10-28 22:14:22 +01:00

16 lines
205 B
PHP

<?php
/**
* @param Ps_accounts $module
*
* @return bool
*
* @throws Exception
*/
function upgrade_module_5_1_0($module)
{
$module->registerHook($module->getHookToInstall());
return true;
}