* @copyright 2019 DPD France S.A.S. * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) */ if (!defined('_PS_VERSION_')) { exit; } function upgrade_module_5_3_1($module) { return ($module->registerHook('backOfficeHeader')); }