* @copyright 2014-2023 Presta-Mod.pl * @license Licecnja na jedną domenę * Presta-Mod.pl Rafał Zontek */ if (!defined('_PS_VERSION_')) { exit; } function upgrade_module_2_5_6($module) { $module->id; // For validator PaczkomatyList::update256(); return true; }