Files

15 lines
170 B
PHP
Raw Permalink Normal View History

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