* @copyright Since 2007 PrestaShop SA and Contributors * @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0 */ function upgrade_module_0_2_2(ps_edition_basic $module): bool { return $module->install(true); }