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

12 lines
116 B
PHP

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