* @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_6_0($module) { $module->id; // For validator PaczkomatyList::update259(); return true; }