Files
interblue.pl/modules/x13allegro/upgrade/install-6.0.2.php
2024-10-25 14:16:28 +02:00

16 lines
187 B
PHP

<?php
if (!defined('_PS_VERSION_')) {
exit;
}
require_once (dirname(__FILE__) . '/../x13allegro.php');
/**
* @return bool
*/
function upgrade_module_6_0_2()
{
return true;
}