Files
b2b.redline.com.pl/modules/ps_accounts/upgrade/upgrade-5.1.0.php
2025-06-24 14:14:35 +02: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;
}