* @copyright 2023 Anvanto * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) */ if (!defined('_PS_VERSION_')) { exit; } function upgrade_module_1_0_11($object) { $object->tabAdd([ 'class_name' => 'AdminAnhomeproductsAjax', 'parent' => 'AdminParentModulesSf', 'name' => 'Home Products: Ajax', 'active' => 0 ], $object); return true; }