first commit
This commit is contained in:
13
modules/dpdpoland/upgrade/Upgrade-1.4.1.php
Normal file
13
modules/dpdpoland/upgrade/Upgrade-1.4.1.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
if (!defined('_PS_VERSION_')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return bool
|
||||
*/
|
||||
function upgrade_module_1_4_1()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
Reference in New Issue
Block a user