Files
newwalls.pl/modules/revsliderprestashop/upgrade/install-6.2.21.2.php
2024-12-17 13:43:22 +01:00

13 lines
117 B
PHP

<?php
if (!defined('_PS_VERSION_')) {
exit;
}
function upgrade_module_6_2_21_2($object)
{
return true;
}