Files
is_themecore-PS9/is_themecore/upgrade/upgrade-2-2-1.php
2025-11-19 13:25:04 +01:00

11 lines
155 B
PHP

<?php
if (!defined('_PS_VERSION_')) {
exit;
}
function upgrade_module_2_2_1($module)
{
return $module->registerHook('actionDispatcherBefore');
}