<?php /** * @param Ps_accounts $module * * @return bool * * @throws Exception * @throws Throwable */ function upgrade_module_8_0_10($module) { return true; }